typo
This commit is contained in:
parent
f7601f9b0a
commit
fa786a1173
|
@ -98,7 +98,7 @@ class WC_Gateway_BACS extends WC_Payment_Gateway {
|
|||
'title' => __( 'Customer Message', 'woocommerce' ),
|
||||
'type' => 'textarea',
|
||||
'description' => __( 'Give the customer instructions for paying via BACS, and let them know that their order won\'t be shipping until the money is received.', 'woocommerce' ),
|
||||
'default' => __( 'Make your payment directly into our bank account. Please use your Order ID as the payment reference. Your order wont be shipped until the funds have cleared in our account.', 'woocommerce' )
|
||||
'default' => __( 'Make your payment directly into our bank account. Please use your Order ID as the payment reference. Your order won\'t be shipped until the funds have cleared in our account.', 'woocommerce' )
|
||||
),
|
||||
'account_details' => array(
|
||||
'title' => __( 'Account Details', 'woocommerce' ),
|
||||
|
|
Loading…
Reference in New Issue