Merge pull request #2753 from bradyvercher/patch-1
Fix Mijireh checkout typo.
This commit is contained in:
commit
ca4e353c3f
|
@ -141,7 +141,7 @@ class WC_Gateway_Mijireh extends WC_Payment_Gateway {
|
|||
'description' => array(
|
||||
'title' => __( 'Description', 'woocommerce' ),
|
||||
'type' => 'textarea',
|
||||
'default' => __( 'Pay securely with you credit card.', 'woocommerce' ),
|
||||
'default' => __( 'Pay securely with your credit card.', 'woocommerce' ),
|
||||
'description' => __( 'This controls the description which the user sees during checkout.', 'woocommerce' ),
|
||||
),
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue