From bab11c3d255371017fa93d9651544ecd5494516a Mon Sep 17 00:00:00 2001 From: Dharmesh Patel Date: Mon, 29 Jan 2024 12:11:18 +0530 Subject: [PATCH] PR feedback (Wording updates) --- includes/Gateway/Cash_App_Pay_Gateway.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/Gateway/Cash_App_Pay_Gateway.php b/includes/Gateway/Cash_App_Pay_Gateway.php index 8425a3878..92115763b 100644 --- a/includes/Gateway/Cash_App_Pay_Gateway.php +++ b/includes/Gateway/Cash_App_Pay_Gateway.php @@ -194,7 +194,7 @@ public function add_admin_notices() { $this->get_plugin()->get_admin_notice_handler()->add_admin_notice( sprintf( /* translators: Placeholders: %1$s - tag, %2$s - tag, %3$s - 2-character country code, %4$s - comma separated list of 2-character country codes */ - __( '%1$sCash App Pay (Square):%2$s Your base country is %3$s, but Cash App Pay (Square) can’t accept transactions from merchants outside of US.', 'woocommerce-square' ), + __( '%1$sCash App Pay (Square):%2$s Your base country is %3$s, but Cash App Pay can’t accept transactions from merchants outside of US.', 'woocommerce-square' ), '', '', esc_html( $base_location['country'] )