Index: components/autofill_strings.grdp |
diff --git a/components/autofill_strings.grdp b/components/autofill_strings.grdp |
index b38ca1018663104dadde7d7cd58d3348c59d4ead..06c0901da97640b5450ec090740840ec2d535f8e 100644 |
--- a/components/autofill_strings.grdp |
+++ b/components/autofill_strings.grdp |
@@ -204,9 +204,19 @@ |
Do you want Chromium to save this card? |
</message> |
</if> |
- <message name="IDS_AUTOFILL_SAVE_CARD_PROMPT_TITLE_TO_CLOUD" desc="Title text for the Autofill save card prompt when the card is to be saved by uploading it to Google Payments and also saved locally. The prompt can be either a bubble or an infobar."> |
- Do you want to save this card to your Google Account and on this device? |
- </message> |
+ <if expr="is_linux and not is_chromeos"> |
+ <then> |
+ <message name="IDS_AUTOFILL_SAVE_CARD_PROMPT_TITLE_TO_CLOUD" desc="Title text for the Autofill save card prompt when the card is to be saved by uploading it to Google Payments and also saved locally. The prompt can be either a bubble or an infobar."> |
+ Do you want to save this card to your Google Account? |
+ </message> |
+ </then> |
+ <else> |
+ <!-- TODO(crbug/714920): Rename IDS_AUTOFILL_SAVE_CARD_PROMPT_TITLE_TO_CLOUD to IDS_AUTOFILL_SAVE_CARD_PROMPT_TITLE_TO_CLOUD_AND_LOCAL --> |
+ <message name="IDS_AUTOFILL_SAVE_CARD_PROMPT_TITLE_TO_CLOUD" desc="Title text for the Autofill save card prompt when the card is to be saved by uploading it to Google Payments and also saved locally. The prompt can be either a bubble or an infobar."> |
+ Do you want to save this card to your Google Account and on this device? |
+ </message> |
+ </else> |
+ </if> |
<message name="IDS_AUTOFILL_SAVE_CARD_PROMPT_UPLOAD_EXPLANATION" desc="Explanation of the effect of the Autofill save card prompt when the card is to be saved by uploading it to Google Payments and also saved locally. The prompt can be either a bubble or an infobar."> |
Pay quickly on sites and apps across devices using cards you have saved with Google. |
</message> |