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

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

Issue 2694353002: Revert of [i18n] chromeos login i18n-content to $i18n{} (Closed)
Patch Set: review changes, plus similar changes' 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 ca3b526fc90e87765fb3e8831c9350a03aaec70e..d3b688ed5e95e23ac4362d64ce1f54e94acc9eb7 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
@@ -5,17 +5,18 @@
<arc-tos-md id="arc-tos-md" hidden></arc-tos-md>
<div id="arc-tos-legacy">
<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">
<webview id="arc-tos-view"></webview>
</div>
<label>
- <a id="arc-policy-link" href="#">$i18n{arcPolicyLink}</a>
+ <a id="arc-policy-link" href="#" i18n-content="arcPolicyLink">
+ </a>
</label>
<label>
<p id="arc-text-metrics"></p>
@@ -30,10 +31,10 @@
</label>
</div>
<div id="arc-tos-loading">
- <p>$i18n{arcTermsOfServiceLoading}</p>
+ <p i18n-content="arcTermsOfServiceLoading"></p>
</div>
<div id="arc-tos-error">
- <p>$i18n{arcTermsOfServiceError}</p>
+ <p i18n-content="arcTermsOfServiceError"></p>
</div>
</div>
</div>
@@ -48,8 +49,8 @@
<span id="arc-learn-more-content"></span>
</div>
<button id="arc-tos-overlay-text-close"
- class="arc-tos-overlay-close-bottom arc-overlay-close-button">
- $i18n{arcOverlayClose}
+ class="arc-tos-overlay-close-bottom arc-overlay-close-button"
+ i18n-content="arcOverlayClose">
</button>
</div>
</div>
@@ -62,8 +63,8 @@
<webview id="arc-tos-overlay-webview"></webview>
</div>
<button id="arc-tos-overlay-url-close"
- class="arc-tos-overlay-close-bottom arc-overlay-close-button">
- $i18n{arcOverlayClose}
+ 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