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

Unified Diff: ui/login/account_picker/screen_account_picker.html

Issue 2918743002: [i18n] login UI i18n-content and values to $i18n{} (Closed)
Patch Set: Created 3 years, 7 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
« no previous file with comments | « ui/login/account_picker/md_user_pod_template.html ('k') | ui/login/account_picker/user_pod_template.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/login/account_picker/screen_account_picker.html
diff --git a/ui/login/account_picker/screen_account_picker.html b/ui/login/account_picker/screen_account_picker.html
index e8166b43e875ab192889cbf0bfd673bcd4785c9b..0d0544766f7981cba6c8f3243eef6b12784a3427 100644
--- a/ui/login/account_picker/screen_account_picker.html
+++ b/ui/login/account_picker/screen_account_picker.html
@@ -1,8 +1,7 @@
<div id="account-picker" class="step faded hidden no-logo" hidden>
<div id="signin-banner-container1">
<div id="signin-banner-container2">
- <div id="signin-banner"
- i18n-content="signinBannerText"></div>
+ <div id="signin-banner">$i18n{signinBannerText}</div>
</div>
</div>
<podrow id="pod-row" class="podrow images-loading"></podrow>
« no previous file with comments | « ui/login/account_picker/md_user_pod_template.html ('k') | ui/login/account_picker/user_pod_template.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698