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

Unified Diff: chrome/android/java/strings/android_chrome_strings.grd

Issue 2156613002: Modify PasswordEntryEditor UI to display account credentials in a user-friendly manner (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add flag Created 4 years, 5 months 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: chrome/android/java/strings/android_chrome_strings.grd
diff --git a/chrome/android/java/strings/android_chrome_strings.grd b/chrome/android/java/strings/android_chrome_strings.grd
index 296605437d0f4f4427c0ce0fd010167ba8e678a0..b918cff152dafdbed7703e53bacda9b251fa7908 100644
--- a/chrome/android/java/strings/android_chrome_strings.grd
+++ b/chrome/android/java/strings/android_chrome_strings.grd
@@ -331,7 +331,16 @@ CHAR-LIMIT guidelines:
Saved passwords will appear here.
</message>
<message name="IDS_PASSWORD_ENTRY_EDITOR_TITLE" desc='Title of the "edit a name/password" screen.'>
- Edit saved name/password or exception
+ Edit saved account
+ </message>
+ <message name="IDS_PASSWORD_ENTRY_EDITOR_LINK" desc='Title preceding link on password entry editor.'>
vabr (Chromium) 2016/07/19 08:44:38 Is it indeed a link (i.e., does tapping on it get
dozsa 2016/07/19 10:01:05 Sorry, not a link, just the title preceding the li
vabr (Chromium) 2016/07/19 10:54:12 It does, thanks!
+ Url
vabr (Chromium) 2016/07/19 08:44:38 The mock seems to say "Site" while the string is "
dozsa 2016/07/19 10:01:05 Sorry, my bad, changed it to "Site."
+ </message>
+ <message name="IDS_PASSWORD_ENTRY_EDITOR_USERNAME" desc='Title preceding username on password entry editor.'>
+ Username
+ </message>
+ <message name="IDS_PASSWORD_ENTRY_EDITOR_PASSWORD" desc='Title preceding password on password entry editor.'>
+ Password
</message>
<!-- Homepage preferences -->

Powered by Google App Engine
This is Rietveld 408576698