Skip to content

Commit

Permalink
Update translation string
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaymo committed Sep 20, 2024
1 parent ca3aeef commit 8e725de
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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()) {
Expand Down

0 comments on commit 8e725de

Please sign in to comment.