Merge pull request #1150 from nodar44/master
Correcting 'description' on class-wc-mijireh-checkout.php line 173
This commit is contained in:
commit
287f1824e4
|
@ -170,7 +170,7 @@ class WC_Mijireh_Checkout extends WC_Payment_Gateway {
|
||||||
'title' => __( 'Description', 'woocommerce' ),
|
'title' => __( 'Description', 'woocommerce' ),
|
||||||
'type' => 'textarea',
|
'type' => 'textarea',
|
||||||
'default' => __( 'Pay securely with you credit card.', 'woocommerce' ),
|
'default' => __( 'Pay securely with you credit card.', 'woocommerce' ),
|
||||||
'description' => 'This controls the description which the user sees during checkout.'
|
'description' => __( 'This controls the description which the user sees during checkout.', 'woocommerce' ),
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue