| Index: components/payments_strings.grdp
|
| diff --git a/components/payments_strings.grdp b/components/payments_strings.grdp
|
| index 7a2358e4cef8126c4cae3d6458af6e1128381da2..a887939afd4b86af9d0b2859c7d6ee60f1df626f 100644
|
| --- a/components/payments_strings.grdp
|
| +++ b/components/payments_strings.grdp
|
| @@ -7,6 +7,12 @@
|
| <message name="IDS_PAYMENTS_NAME_FIELD_IN_CONTACT_DETAILS" desc="The label for text input field containing the full name of a person. [CHAR-LIMIT=32]" formatter_data="android_java">
|
| Name
|
| </message>
|
| + <message name="IDS_PAYMENTS_PHONE_FIELD_IN_CONTACT_DETAILS" desc="The label for text input field containing a phone number. [CHAR-LIMIT=32]">
|
| + Phone number
|
| + </message>
|
| + <message name="IDS_PAYMENTS_EMAIL_FIELD_IN_CONTACT_DETAILS" desc="The label for text input field containing an email address. [CHAR-LIMIT=32]">
|
| + Email
|
| + </message>
|
| <message name="IDS_PAYMENTS_SAVE_CARD_TO_DEVICE_CHECKBOX" desc="The label for the checkbox that enables the user to save a credit card to their device, for example, on their phone." formatter_data="android_java">
|
| Save this card to this device
|
| </message>
|
|
|