Fix GooglePay button type option values.

This commit is contained in:
Pedro Silva 2023-09-11 16:39:03 +01:00
parent 9e5e380424
commit 3316df0889
No known key found for this signature in database
GPG key ID: E2EE20C0669D24B3

View file

@ -40,7 +40,7 @@ class PropertiesDictionary {
'order' => __( 'Order', 'woocommerce-paypal-payments' ),
'pay' => __( 'Pay', 'woocommerce-paypal-payments' ),
'plain' => __( 'Plain', 'woocommerce-paypal-payments' ),
'subscribe' => __( 'Book', 'woocommerce-paypal-payments' ),
'subscribe' => __( 'Subscribe', 'woocommerce-paypal-payments' ),
);
}
}