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

Unified Diff: chrome/browser/resources/chromeos/login/gaia_password_changed.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/gaia_password_changed.html
diff --git a/chrome/browser/resources/chromeos/login/gaia_password_changed.html b/chrome/browser/resources/chromeos/login/gaia_password_changed.html
index dfb994a0b8f014ff87d7938bb1ef06fa756876b3..705de2ba1f92284ac0fe3e82b2a5e9a907bb40f5 100644
--- a/chrome/browser/resources/chromeos/login/gaia_password_changed.html
+++ b/chrome/browser/resources/chromeos/login/gaia_password_changed.html
@@ -51,8 +51,7 @@
<gaia-header class="header" email="[[email]]">
</gaia-header>
<div class="footer gaia-body-text" class="horizontal layout center">
- <p i18n-content="passwordChangedTitle">
- </p>
+ <p>$i18n{passwordChangedTitle}</p>
</div>
<gaia-input-form class="footer" id="oldPasswordInputForm"
disabled="[[disabled]]" on-submit="onPasswordSubmitted_"
@@ -61,8 +60,8 @@
i18n-values="error:oldPasswordIncorrect;
label:oldPasswordHint">
</gaia-input>
- <gaia-button type="link" on-tap="onForgotPasswordClicked_"
- i18n-content="forgotOldPasswordButtonText">
+ <gaia-button type="link" on-tap="onForgotPasswordClicked_">
+ $i18n{forgotOldPasswordButtonText}
</gaia-button>
</gaia-input-form>
</gaia-card>
@@ -74,15 +73,14 @@
<div class="footer">
<div class="gaia-body-text horizontal layout center">
<iron-icon icon="warning"></iron-icon>
- <p i18n-content="passwordChangedProceedAnywayTitle" class="flex">
- </p>
+ <p class="flex">$i18n{passwordChangedProceedAnywayTitle}</p>
</div>
<div class="horizontal layout justified center">
- <gaia-button type="link" on-tap="onTryAgainClicked_"
- i18n-content="passwordChangedTryAgain">
+ <gaia-button type="link" on-tap="onTryAgainClicked_">
+ $i18n{passwordChangedTryAgain}
</gaia-button>
- <gaia-button id="proceedAnywayBtn" on-tap="onProceedClicked_"
- i18n-content="proceedAnywayButton">
+ <gaia-button id="proceedAnywayBtn" on-tap="onProceedClicked_">
+ $i18n{proceedAnywayButton}
</gaia-button>
</div>
</div>
@@ -98,4 +96,3 @@
</navigation-bar>
</template>
</dom-module>
-
« no previous file with comments | « chrome/browser/resources/chromeos/login/gaia_input_form.html ('k') | chrome/browser/resources/chromeos/login/header_bar.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698