| Index: components/autofill_strings.grdp
|
| diff --git a/components/autofill_strings.grdp b/components/autofill_strings.grdp
|
| index ab8667f35e733aad6bb52a0c8a74eba5cd400d2d..fa85cc94906e1c9b622a87280b40e4e085a89ec8 100644
|
| --- a/components/autofill_strings.grdp
|
| +++ b/components/autofill_strings.grdp
|
| @@ -20,6 +20,9 @@
|
| <message name="IDS_AUTOFILL_WARNING_INSECURE_CONNECTION" desc="Warning text to show when credit card autofill is disabled because the website is not using a secure connection.">
|
| Automatic credit card filling is disabled because this form does not use a secure connection.
|
| </message>
|
| + <message name="IDS_AUTOFILL_CREDIT_CARD_HTTP_WARNING_MESSAGE" desc="Chrome can help the user fill credit card web forms by showing a pop-up with text suggestions next to a focused credit card text field. If the form is on an insecure site (e.g., http://), this text is shown on top of those suggestions.">
|
| + Payment not secure
|
| + </message>
|
| <message name="IDS_AUTOFILL_CREDIT_CARD_SIGNIN_PROMO" desc="Promo text shown alongside credit card suggestions to get people to sign in.">
|
| To use cards from your Google Account, sign in to Chrome
|
| </message>
|
| @@ -174,6 +177,10 @@
|
| Use password for:
|
| </message>
|
|
|
| + <message name="IDS_AUTOFILL_PASSWORD_HTTP_WARNING_MESSAGE" desc="Chrome can help the user fill password web forms by showing a pop-up with text suggestions next to a focused password text field. If the form is on an insecure site (e.g., http://), this text is shown on top of those suggestions.">
|
| + Login not secure
|
| + </message>
|
| +
|
| <!-- Autofill Credit Card Assisted Filling Infobar -->
|
| <if expr="is_android">
|
| <message name="IDS_AUTOFILL_CREDIT_CARD_FILLING_INFOBAR_TITLE" desc="Title text for the Autofill Credit Card Assisted Filling Infobar">
|
|
|