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'] )