Skip to content

Commit

Permalink
Add a comma to the order note text
Browse files Browse the repository at this point in the history
  • Loading branch information
ismaeldcom committed Oct 7, 2021
1 parent 25624e4 commit 004e1ce
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -775,7 +775,7 @@ public function maybe_add_card_await_notification_note( WC_Order $order, array $

$note = sprintf(
/* translators: 1) date in date_format or 'F j, Y'; 2) time in time_format or 'g:i a' */
__( 'The customer must authorize this payment via the pre-debit notification sent to them by their card issuing bank before %1$s at %2$s, when the charge will be attempted.', 'woocommerce-payments' ),
__( 'The customer must authorize this payment via the pre-debit notification sent to them by their card issuing bank, before %1$s at %2$s, when the charge will be attempted.', 'woocommerce-payments' ),
$attempt_date,
$attempt_time
);
Expand Down

0 comments on commit 004e1ce

Please sign in to comment.