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

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

Issue 2688413008: Revert of [i18n] chromeos login i18n-content to $i18n{} (Closed)
Patch Set: 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..09f5869779c836fe326c7f7d355685ec7da98454 100644
--- a/chrome/browser/resources/chromeos/login/saml_confirm_password.html
+++ b/chrome/browser/resources/chromeos/login/saml_confirm_password.html
@@ -77,16 +77,17 @@
<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>
</template>
</dom-module>
+

Powered by Google App Engine
This is Rietveld 408576698