Skip to content

Commit

Permalink
Modified the label
Browse files Browse the repository at this point in the history
  • Loading branch information
Jessy committed Dec 18, 2023
1 parent e79a75f commit 1e788f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/settings/support-phone-input/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const SupportPhoneInput = ( { setInputVallid } ) => {
let labelText = __( 'Support phone number', 'woocommerce-payments' );
if ( isDevModeEnabled ) {
labelText += __(
' ( Use +1 000-000-0000 in test mode. )',
' (+1 000-000-0000 can be used in dev mode)',
'woocommerce-payments'
);
}
Expand Down

0 comments on commit 1e788f1

Please sign in to comment.