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

Unified Diff: chrome/browser/resources/chromeos/login/oobe_screen_autolaunch.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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/chromeos/login/oobe_screen_autolaunch.html
diff --git a/chrome/browser/resources/chromeos/login/oobe_screen_autolaunch.html b/chrome/browser/resources/chromeos/login/oobe_screen_autolaunch.html
index 94cd4747036959e1c0042f03419c7cb448492e80..be0c696910300db410880cba2884c657dd0b7f1f 100644
--- a/chrome/browser/resources/chromeos/login/oobe_screen_autolaunch.html
+++ b/chrome/browser/resources/chromeos/login/oobe_screen_autolaunch.html
@@ -1,11 +1,11 @@
<div class="step hidden no-logo" id="autolaunch" hidden>
<div class="step-contents">
- <div id="autolaunch-warning-title" i18n-content="autolaunchTitle"></div>
+ <div id="autolaunch-warning-title">$i18n{autolaunchTitle}</div>
<div id="autolaunch-app-container">
<img id="autolaunch-app-icon" alt="">
<div id="autolaunch-app-name"></div>
</div>
- <div id="autolaunch-warning" i18n-content="autolaunchWarning"></div>
+ <div id="autolaunch-warning">$i18n{autolaunchWarning}</div>
</div>
<div id="autolaunch-controls" class="step-controls"></div>
</div>

Powered by Google App Engine
This is Rietveld 408576698