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

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

Issue 2775683003: ChromeOS OOBE: replace i18n macro with i18n-values (Closed)
Patch Set: Created 3 years, 9 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/chromeos/login/oobe_eula.html
diff --git a/chrome/browser/resources/chromeos/login/oobe_eula.html b/chrome/browser/resources/chromeos/login/oobe_eula.html
index d3194c97e226fb1b7fb2273d89063b99d41f172b..908926cca112ef5d4f303bef9f9f6ecf9f6f0700 100644
--- a/chrome/browser/resources/chromeos/login/oobe_eula.html
+++ b/chrome/browser/resources/chromeos/login/oobe_eula.html
@@ -43,7 +43,7 @@
<link rel="stylesheet" href="oobe_eula.css">
<link rel="stylesheet" href="oobe_dialog_parameters.css">
<oobe-dialog id="eulaLoadingDialog" hidden="[[!eulaLoadingScreenShown]]"
- role="dialog" aria-label$="$i18n{termsOfServiceLoading}"
+ role="dialog" i18n-values="aria-label:termsOfServiceLoading"
has-buttons>
<iron-icon icon="oobe-eula:googleg" class="oobe-icon"></iron-icon>
<div class="header">
@@ -51,7 +51,7 @@
</div>
</oobe-dialog>
<oobe-dialog id="eulaDialog" hidden="[[eulaLoadingScreenShown]]"
- role="dialog" aria-label$="$i18n{oobeEulaSectionTitle}"
+ role="dialog" i18n-values="aria-label:oobeEulaSectionTitle"
has-buttons>
<hd-iron-icon class="oobe-icon"
icon1x="oobe-eula-32:googleg" icon2x="oobe-eula-64:googleg">
@@ -62,7 +62,7 @@
<div class="footer flex layout vertical">
<iframe id="crosEulaFrame" src="chrome://terms"
role="document" class="flex focus-on-show"
- aria-label$="$i18n{oobeEulaIframeLabel}"
+ i18n-values="aria-label:oobeEulaIframeLabel"
on-load="onFrameLoad_">
</iframe>
<a id="installationSettings" href="#"
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698