| Index: components/autofill_strings.grdp | 
| diff --git a/components/autofill_strings.grdp b/components/autofill_strings.grdp | 
| index 533b43e26824ab59252de80e3c554cbb3e9b0bf6..f4ab77c0dd5633fb8eb3e82430d309207a25739d 100644 | 
| --- a/components/autofill_strings.grdp | 
| +++ b/components/autofill_strings.grdp | 
| @@ -151,6 +151,17 @@ | 
| </message> | 
| </if> | 
|  | 
| +  <if expr="_google_chrome"> | 
| +    <message name="IDS_AUTOFILL_CREDIT_CARD_OPTIONS_POPUP" desc="The label of the text displayed in the Autofill Credit Card popup to direct the user to the Autofill settings UI."> | 
| +     Chrome Autofill settings... | 
| +    </message> | 
| +  </if> | 
| +  <if expr="not _google_chrome"> | 
| +    <message name="IDS_AUTOFILL_CREDIT_CARD_OPTIONS_POPUP" desc="The label of the text displayed in the Autofill Credit Card popup to direct the user to the Autofill settings UI."> | 
| +      Chromium Autofill settings... | 
| +    </message> | 
| +  </if> | 
| + | 
| <message name="IDS_AUTOFILL_OPTIONS_CONTENT_DESCRIPTION" desc="The text verbalised by a screen reader for the button that directs the user to the Autofill settings UI. This string is not displayed."> | 
| settings | 
| </message> | 
| @@ -223,6 +234,10 @@ | 
| Exp: <ph name="EXPIRATION_MONTH">$1<ex>06</ex></ph>/<ph name="EXPIRATION_YEAR">$2<ex>17</ex></ph> | 
| </message> | 
|  | 
| +  <message name="IDS_AUTOFILL_CREDIT_CARD_EXPIRATION_DATE_LABEL_AND_ABBR" desc="text displayed in the Autofill Credit Card popup before the credit card expiration date and the abbreviated expiration date."> | 
| +    , exp <ph name="EXPIRATION_DATE_ABBR">$1<ex>06/17</ex></ph> | 
| +  </message> | 
| + | 
| <!-- Autofill credit card unmask prompt --> | 
| <message name="IDS_AUTOFILL_CARD_UNMASK_PROMPT_ERROR_TRY_AGAIN" desc="Error message that encourages the user to try to re-enter their credit card CVC after a previous failed attempt."> | 
| Check your CVC and try again | 
|  |