Skip to content

Commit

Permalink
PR feedback (Wording updates)
Browse files Browse the repository at this point in the history
  • Loading branch information
iamdharmesh committed Jan 29, 2024
1 parent f56809f commit bab11c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/Gateway/Cash_App_Pay_Gateway.php
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ public function add_admin_notices() {
$this->get_plugin()->get_admin_notice_handler()->add_admin_notice(
sprintf(
/* translators: Placeholders: %1$s - <strong> tag, %2$s - </strong> 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' ),
'<strong>',
'</strong>',
esc_html( $base_location['country'] )
Expand Down

0 comments on commit bab11c3

Please sign in to comment.