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

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

Issue 2626123002: [i18n] chromeos login i18n-content to $i18n{} (Closed)
Patch Set: nit Created 3 years, 11 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 09f5869779c836fe326c7f7d355685ec7da98454..eae82ed6687296ee30d4e0f0c9ceee532405f147 100644
--- a/chrome/browser/resources/chromeos/login/saml_confirm_password.html
+++ b/chrome/browser/resources/chromeos/login/saml_confirm_password.html
@@ -77,17 +77,16 @@
<paper-dialog id="cancelConfirmDlg" no-cancel-on-outside-click
on-iron-overlay-closed="onDialogOverlayClosed_">
- <h2 i18n-content="accountSetupCancelDialogTitle"></h2>
+ <h2>$i18n{accountSetupCancelDialogTitle}</h2>
<div class="buttons">
- <gaia-button type="dialog" dialog-dismiss autofocus
- i18n-content="accountSetupCancelDialogNo">
+ <gaia-button type="dialog" dialog-dismiss autofocus>
+ $i18n{accountSetupCancelDialogNo}
</gaia-button>
- <gaia-button type="dialog" dialog-confirm on-tap="onConfirmCancel_"
- i18n-content="accountSetupCancelDialogYes">
+ <gaia-button type="dialog" dialog-confirm on-tap="onConfirmCancel_">
+ $i18n{accountSetupCancelDialogYes}
</gaia-button>
</div>
</paper-dialog>
</template>
</dom-module>
-

Powered by Google App Engine
This is Rietveld 408576698