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

Unified Diff: chrome/browser/resources/chromeos/login/saml_confirm_password.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/saml_confirm_password.html
diff --git a/chrome/browser/resources/chromeos/login/saml_confirm_password.html b/chrome/browser/resources/chromeos/login/saml_confirm_password.html
index eae82ed6687296ee30d4e0f0c9ceee532405f147..e9b755e82462806387fff24ef6cf94ccfcf964fc 100644
--- a/chrome/browser/resources/chromeos/login/saml_confirm_password.html
+++ b/chrome/browser/resources/chromeos/login/saml_confirm_password.html
@@ -77,13 +77,13 @@
<paper-dialog id="cancelConfirmDlg" no-cancel-on-outside-click
on-iron-overlay-closed="onDialogOverlayClosed_">
- <h2>$i18n{accountSetupCancelDialogTitle}</h2>
+ <h2 i18n-content="accountSetupCancelDialogTitle"></h2>
<div class="buttons">
- <gaia-button type="dialog" dialog-dismiss autofocus>
- $i18n{accountSetupCancelDialogNo}
+ <gaia-button type="dialog" dialog-dismiss autofocus
+ i18n-content="accountSetupCancelDialogNo">
</gaia-button>
- <gaia-button type="dialog" dialog-confirm on-tap="onConfirmCancel_">
- $i18n{accountSetupCancelDialogYes}
+ <gaia-button type="dialog" dialog-confirm on-tap="onConfirmCancel_"
+ i18n-content="accountSetupCancelDialogYes">
</gaia-button>
</div>
</paper-dialog>

Powered by Google App Engine
This is Rietveld 408576698