make expire field placeholder the same as label

This commit is contained in:
Kirill Braslavsky 2021-04-20 13:20:50 +03:00
parent d257b270df
commit dfe4acb122

View file

@ -683,7 +683,7 @@ class SmartButton implements SmartButtonInterface {
'labels' => array(
'credit_card_number' => '',
'cvv' => '',
'mm_yyyy' => __( 'MM/YYYY', 'woocommerce-paypal-payments' ),
'mm_yyyy' => __( 'MM/YY', 'woocommerce-paypal-payments' ),
'fields_not_valid' => __(
'Unfortunatly, your credit card details are not valid.',
'woocommerce-paypal-payments'