Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(84)

Unified Diff: components/autofill_strings.grdp

Issue 2607043002: [Autofill] Credit Card Autofill Last Used Date Experiment (Closed)
Patch Set: Show expiration date if keyboard accessory is enabled Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: components/autofill_strings.grdp
diff --git a/components/autofill_strings.grdp b/components/autofill_strings.grdp
index 921dbd2699c5cf140ebabb0369e55a702598a7ae..ca5934b6ce0894db75669fcad2aefd87ff473906 100644
--- a/components/autofill_strings.grdp
+++ b/components/autofill_strings.grdp
@@ -247,6 +247,14 @@
, exp <ph name="EXPIRATION_DATE_ABBR">$1<ex>06/17</ex></ph>
</message>
+ <message name="IDS_AUTOFILL_CREDIT_CARD_LAST_USED_DATE_LABEL" desc="text displayed in the Autofill Credit Card popup to indicate the date when this card is last used.">
+ Last used: <ph name="LAST_USED_MONTH">$1<ex>10</ex></ph>/<ph name="LAST_USED_DAY_OF_MONTH">$2<ex>17</ex></ph> at <ph name="LAST_USED_HOUR">$3<ex>10</ex></ph>:<ph name="LAST_USED_MINUTE">$4<ex>00</ex></ph>
csashi 2017/01/03 20:54:06 Would it be useful to make the hour and minute dis
Jared Saul 2017/01/04 22:01:24 MM/DD is mainly an American thing, so it's definit
Jared Saul 2017/01/04 22:01:24 I agree and would just advocate removing it. Chro
jiahuiguo 2017/01/18 00:13:45 Yeah, I agree with you. It was added as a variatio
jiahuiguo 2017/01/18 00:13:45 Done.
jiahuiguo 2017/01/18 00:13:45 Good point!
+ </message>
+
+ <message name="IDS_AUTOFILL_CREDIT_CARD_ADDED_TO_CHROME_DATE_LABEL" desc="text displayed in the Autofill Credit Card popup to indicate the date when this card is added to Chrome autofill.">
+ Added to Chrome: <ph name="Added_TO_CHROME_MONTH">$1<ex>10</ex></ph>/<ph name="Added_TO_CHROME_DAY_OF_MONTH">$2<ex>17</ex></ph>
+ </message>
+
<!-- Autofill credit card unmask prompt -->
<message name="IDS_AUTOFILL_CARD_UNMASK_PROMPT_ERROR_TRY_AGAIN_CVC" desc="Error message that encourages the user to try to re-enter their credit card CVC after a previous failed attempt." formatter_data="android_java">
Check your CVC and try again

Powered by Google App Engine
This is Rietveld 408576698