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

Side by Side Diff: chrome/browser/resources/chromeos/login/api_keys_notice.html

Issue 2626123002: [i18n] chromeos login i18n-content to $i18n{} (Closed)
Patch Set: nit Created 3 years, 11 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 unified diff | Download patch
OLDNEW
1 <div id="api-keys-notice-container" hidden> 1 <div id="api-keys-notice-container" hidden>
2 <div id="api-keys-notice" i18n-content="missingAPIKeysNotice"></div> 2 <div id="api-keys-notice">$i18n{missingAPIKeysNotice}</div>
3 </div> 3 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698