Skip to content

Commit

Permalink
Fix missing double quote in Kbc.php
Browse files Browse the repository at this point in the history
  • Loading branch information
inpsyde-maticluznar committed Oct 18, 2023
1 parent e070103 commit e61b17c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PaymentMethods/Kbc.php
Original file line number Diff line number Diff line change
Expand Up @@ -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']
Expand Down

0 comments on commit e61b17c

Please sign in to comment.