From 8e725de61e80c54c8f0ec4f2f6ac324d964a416d Mon Sep 17 00:00:00 2001 From: carmenmaymo Date: Fri, 20 Sep 2024 09:15:40 +0200 Subject: [PATCH 1/2] Update translation string --- .../InstructionStrategies/DefaultInstructionStrategy.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/PaymentMethods/InstructionStrategies/DefaultInstructionStrategy.php b/src/PaymentMethods/InstructionStrategies/DefaultInstructionStrategy.php index e1a47949c..1f3399af4 100644 --- a/src/PaymentMethods/InstructionStrategies/DefaultInstructionStrategy.php +++ b/src/PaymentMethods/InstructionStrategies/DefaultInstructionStrategy.php @@ -17,14 +17,14 @@ public function execute( if ($admin_instructions) { // Message to admin return __( - 'We have not received a definite payment status.', - 'mollie-payments-for-woocommerce' + "We have not received a definite payment status.", + "mollie-payments-for-woocommerce" ); } else { // Message to customer return __( - 'We have not received a definite payment status. You will receive an email as soon as we receive a confirmation of the bank/merchant.', - 'mollie-payments-for-woocommerce' + "We have not received a definite payment status. You will receive an email as soon as we receive a confirmation of the bank/merchant.", + "mollie-payments-for-woocommerce" ); } } elseif ($payment->isPaid()) { From bc7d70d341f69f1f3873d6a724c2dd942dd69640 Mon Sep 17 00:00:00 2001 From: carmenmaymo Date: Tue, 24 Sep 2024 12:11:13 +0200 Subject: [PATCH 2/2] Update translated german string --- languages/mollie-payments-for-woocommerce-de_DE.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/languages/mollie-payments-for-woocommerce-de_DE.po b/languages/mollie-payments-for-woocommerce-de_DE.po index 1e9cae907..3d750c20f 100644 --- a/languages/mollie-payments-for-woocommerce-de_DE.po +++ b/languages/mollie-payments-for-woocommerce-de_DE.po @@ -1235,7 +1235,7 @@ msgstr "Wir haben keinen endgültigen Zahlungsstatus erhalten." #: src/PaymentMethods/InstructionStrategies/DefaultInstructionStrategy.php:25 msgid "We have not received a definite payment status. You will receive an email as soon as we receive a confirmation of the bank/merchant." -msgstr "Wir haben keinen endgültigen Zahlungsstatus erhalten. Sie erhalten eine E-Mail, sobald wir eine Bestätigung der Bank oder des Händlers erhalten." +msgstr "Wir haben keinen endgültigen Zahlungsstatus erhalten. Du erhältst eine E-Mail, sobald wir eine Bestätigung der Bank oder des Händlers erhalten." #. translators: Placeholder 1: payment method #: src/PaymentMethods/InstructionStrategies/DefaultInstructionStrategy.php:33