Skip to content

Commit

Permalink
update initial_order_status description
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaymo committed Oct 20, 2023
1 parent ab3e073 commit ce1b898
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Settings/General/MollieGeneralSettings.php
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ public function gatewayFormFields(
/* translators: Placeholder 1: Default order status, placeholder 2: Link to 'Hold Stock' setting */
'description' => sprintf(
__(
'Some payment methods take longer than a few hours to complete. The initial order state is then set to \'%1$s\'. This ensures the order is not cancelled when the setting %2$s is used.',
'Some payment methods take longer than a few hours to complete. The initial order state is then set to \'%1$s\'. This ensures the order is not cancelled when the setting %2$s is used. This will also prevent the order to be canceled when expired.',
'mollie-payments-for-woocommerce'
),
wc_get_order_status_name(
Expand Down

0 comments on commit ce1b898

Please sign in to comment.