diff --git a/modules/ppcp-wc-gateway/services.php b/modules/ppcp-wc-gateway/services.php index 8a825b0b1..23223d3c6 100644 --- a/modules/ppcp-wc-gateway/services.php +++ b/modules/ppcp-wc-gateway/services.php @@ -487,7 +487,7 @@ return array( 'This controls the title which the user sees during checkout.', 'woocommerce-paypal-payments' ), - 'default' => __( 'Credit Cards', 'woocommerce-paypal-payments' ), + 'default' => __( 'Debit & Credit Cards', 'woocommerce-paypal-payments' ), 'desc_tip' => true, 'screens' => array( State::STATE_ONBOARDED, diff --git a/modules/ppcp-wc-gateway/src/Settings/Settings.php b/modules/ppcp-wc-gateway/src/Settings/Settings.php index aa0981a03..1eca02587 100644 --- a/modules/ppcp-wc-gateway/src/Settings/Settings.php +++ b/modules/ppcp-wc-gateway/src/Settings/Settings.php @@ -116,7 +116,7 @@ class Settings implements ContainerInterface { 'pay_later_button_locations' => $this->default_button_locations, 'pay_later_messaging_locations' => $this->default_button_locations, 'brand_name' => get_bloginfo( 'name' ), - 'dcc_gateway_title' => __( 'Credit Cards', 'woocommerce-paypal-payments' ), + 'dcc_gateway_title' => __( 'Debit & Credit Cards', 'woocommerce-paypal-payments' ), 'dcc_gateway_description' => __( 'Pay with your credit card.', 'woocommerce-paypal-payments'