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

Unified Diff: chrome/browser/resources/settings/passwords_and_forms_page/passwords_section.html

Issue 1900233005: I18n the message about managing passwords online. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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/browser/resources/settings/passwords_and_forms_page/passwords_section.html
diff --git a/chrome/browser/resources/settings/passwords_and_forms_page/passwords_section.html b/chrome/browser/resources/settings/passwords_and_forms_page/passwords_section.html
index 83e679a9a91ead80605e50996e69db184e18875d..69189ac940ed5bd2383c1eea1e4b92b145215de6 100644
--- a/chrome/browser/resources/settings/passwords_and_forms_page/passwords_section.html
+++ b/chrome/browser/resources/settings/passwords_and_forms_page/passwords_section.html
@@ -89,10 +89,7 @@
text-decoration: underline;
}
</style>
- <!-- TODO(hcarmona): i18n this string and link -->
- <div id="manageLink">Access your passwords from any device at
- <a target="_blank"
- href="https://passwords.google.com">passwords.google.com</a></div>
+ <div id="manageLink">$i18nRaw{managePasswordsLabel}</div>
<div class="heading" i18n-content="savedPasswordsHeading"></div>
<div id="saved-password-columns" class="list-item">
<div class="website-column" i18n-content="editPasswordWebsiteLabel"></div>

Powered by Google App Engine
This is Rietveld 408576698