From a0c419187a9dbfc6853d22200c240ff714919ec8 Mon Sep 17 00:00:00 2001 From: David Remer Date: Tue, 18 Aug 2020 11:38:59 +0300 Subject: [PATCH] label dcc button, add classes --- modules.local/ppcp-button/src/Assets/SmartButton.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules.local/ppcp-button/src/Assets/SmartButton.php b/modules.local/ppcp-button/src/Assets/SmartButton.php index 71d46ae4c..78c2f96f7 100644 --- a/modules.local/ppcp-button/src/Assets/SmartButton.php +++ b/modules.local/ppcp-button/src/Assets/SmartButton.php @@ -215,7 +215,7 @@ class SmartButton implements SmartButtonInterface %5$s - +
', esc_attr($id), esc_html__('Card number', 'woocommerce-paypal-commerce-gateway'), @@ -223,7 +223,7 @@ class SmartButton implements SmartButtonInterface esc_html__('CVV', 'woocommerce-paypal-commerce-gateway'), //phpcs:ignore $saveCard, - esc_html__('Pay with Card', 'woocommerce-paypal-commerce-gateway') + esc_html__('Place order', 'woocommerce') ); } // phpcs:enable Inpsyde.CodeQuality.FunctionLength.TooLong