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

Unified Diff: chrome/browser/resources/chromeos/login/screen_arc_terms_of_service.html

Issue 2718563003: Revert of [i18n] chromeos login i18n-content to $i18n{} (patchset #4 id:80001 of https://codereview… (Closed)
Patch Set: Revert of [i18n] chromeos login i18n-content to $i18n{} (patchset #4 id:80001 of https://codereview… Created 3 years, 10 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/screen_arc_terms_of_service.html
diff --git a/chrome/browser/resources/chromeos/login/screen_arc_terms_of_service.html b/chrome/browser/resources/chromeos/login/screen_arc_terms_of_service.html
index 0f46abcef01d5c3626f0f64f793cb046229b3f63..bb0b50663e757ab13f201046f8661c57a3ff91da 100644
--- a/chrome/browser/resources/chromeos/login/screen_arc_terms_of_service.html
+++ b/chrome/browser/resources/chromeos/login/screen_arc_terms_of_service.html
@@ -2,10 +2,10 @@
<div class="step right hidden arc-tos-loading no-logo" id="arc-tos" hidden>
<div class="step-contents">
- <img id="arc-tos-logo"
+ <img id="arc-tos-logo"
src="https://play.google.com/about/images/play_logo.png" alt>
- <h1>$i18n{arcTermsOfServiceScreenHeading}</h1>
- <h2>$i18n{arcTermsOfServiceScreenDescription}</h2>
+ <h1 i18n-content="arcTermsOfServiceScreenHeading"></h1>
+ <h2 i18n-content="arcTermsOfServiceScreenDescription"></h2>
<div id="arc-tos-container">
<div id="arc-tos-content">
<div id="arc-tos-view-container">
@@ -43,8 +43,8 @@
<div id="arc-tos-overlay-content-text">
<span id="arc-learn-more-content"></span>
</div>
- <button class="arc-tos-overlay-close-bottom arc-overlay-close-button">
- $i18n{arcOverlayClose}
+ <button class="arc-tos-overlay-close-bottom arc-overlay-close-button"
+ i18n-content="arcOverlayClose">
</button>
</div>
</div>
@@ -56,8 +56,8 @@
<div id="arc-tos-overlay-webview-container">
<webview id="arc-tos-overlay-webview"></webview>
</div>
- <button class="arc-tos-overlay-close-bottom arc-overlay-close-button">
- $i18n{arcOverlayClose}
+ <button class="arc-tos-overlay-close-bottom arc-overlay-close-button"
+ i18n-content="arcOverlayClose">
</button>
</div>
</div>

Powered by Google App Engine
This is Rietveld 408576698