From e61b17c2307e0e9d330feb55e823e38dd1e0bcf4 Mon Sep 17 00:00:00 2001 From: inpsyde-maticluznar Date: Wed, 18 Oct 2023 07:03:27 +0200 Subject: [PATCH] Fix missing double quote in Kbc.php --- src/PaymentMethods/Kbc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PaymentMethods/Kbc.php b/src/PaymentMethods/Kbc.php index dd3a331a..361116ed 100644 --- a/src/PaymentMethods/Kbc.php +++ b/src/PaymentMethods/Kbc.php @@ -52,7 +52,7 @@ public function getFormFields($generalFormFields): array 'type' => 'text', 'description' => sprintf( __( - "This text will be displayed as the first option in the KBC/CBC issuers drop down, if nothing is entered, 'Select your bank' will be shown. Only if the above 'Show KBC/CBC banks dropdown' is enabled.', + "This text will be displayed as the first option in the KBC/CBC issuers drop down, if nothing is entered, 'Select your bank' will be shown. Only if the above 'Show KBC/CBC banks dropdown' is enabled.", 'mollie-payments-for-woocommerce' ), $this->getConfig()['defaultTitle']