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

Unified Diff: chrome/browser/resources/chromeos/first_run/tray_step.html

Issue 2625873006: [i18n] chromeos first run, i18n-content to $i18n{} (Closed)
Patch Set: 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/first_run/tray_step.html
diff --git a/chrome/browser/resources/chromeos/first_run/tray_step.html b/chrome/browser/resources/chromeos/first_run/tray_step.html
index 2b7b9e73f3cf895e76b84b33f22c745e803ee399..ed96e21b1a5ce9d523f4f583f744e8a24a8e9997 100644
--- a/chrome/browser/resources/chromeos/first_run/tray_step.html
+++ b/chrome/browser/resources/chromeos/first_run/tray_step.html
@@ -1,8 +1,9 @@
<div id="tray" class="step bubble transparent hidden">
- <h1 i18n-content="trayHeader"></h1>
- <p i18n-content="trayText"><p>
+ <h1>$i18n{trayHeader}</h1>
+ <p>$i18n{trayText}<p>
<div class="controls">
- <button i18n-content="nextButton"
- class="next-button custom-appearance blue-button"></button>
+ <button class="next-button custom-appearance blue-button">
+ $i18n{nextButton}
+ </button>
</div>
</div>

Powered by Google App Engine
This is Rietveld 408576698