| Index: chrome/android/java/strings/android_chrome_strings.grd
|
| diff --git a/chrome/android/java/strings/android_chrome_strings.grd b/chrome/android/java/strings/android_chrome_strings.grd
|
| index 7f727b908ccc2c4bae49e3245e7d3d9eb03f0d09..2ba6e496274dca5a01c4197e6d26c0785abc991a 100644
|
| --- a/chrome/android/java/strings/android_chrome_strings.grd
|
| +++ b/chrome/android/java/strings/android_chrome_strings.grd
|
| @@ -289,6 +289,9 @@ CHAR-LIMIT guidelines:
|
| <message name="IDS_AUTOFILL_PROFILE_EDITOR_PHONE_NUMBER" desc="Label for text input field containing a phone number. [CHAR-LIMIT=32]">
|
| Phone
|
| </message>
|
| + <message name="IDS_AUTOFILL_PROFILE_EDITOR_NAME" desc="Label for text input field containing a name. [CHAR-LIMIT=32]">
|
| + Name
|
| + </message>
|
| <message name="IDS_AUTOFILL_CREDIT_CARD_EDITOR_NAME" desc="Label for text input field containing the name on a credit card. [CHAR-LIMIT=32]">
|
| Name on card
|
| </message>
|
| @@ -2563,6 +2566,9 @@ You can control the Physical Web in Chrome Settings.
|
| <message name="IDS_PAYMENTS_FIELD_REQUIRED_VALIDATION_MESSAGE" desc="The text that informs the user that an input field is required.">
|
| Required field
|
| </message>
|
| + <message name="IDS_PAYMENTS_NAME_INVALID_VALIDATION_MESSAGE" desc="The text that informs the user that the payer name they have entered is not valid.">
|
| + Invalid name
|
| + </message>
|
| <message name="IDS_PAYMENTS_PHONE_INVALID_VALIDATION_MESSAGE" desc="The text that informs the user that the phone number they have entered is not valid.">
|
| Invalid phone number
|
| </message>
|
|
|