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

Unified Diff: chrome/browser/resources/chromeos/login/unrecoverable_cryptohome_error_card.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
« no previous file with comments | « chrome/browser/resources/chromeos/login/screen_wrong_hwid.html ('k') | 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/unrecoverable_cryptohome_error_card.html
diff --git a/chrome/browser/resources/chromeos/login/unrecoverable_cryptohome_error_card.html b/chrome/browser/resources/chromeos/login/unrecoverable_cryptohome_error_card.html
index bc00a605c9b47ef69f1de429d76cc2dc1337d4a9..cde7020b151a87bad60c28083ba0b6d062355a00 100644
--- a/chrome/browser/resources/chromeos/login/unrecoverable_cryptohome_error_card.html
+++ b/chrome/browser/resources/chromeos/login/unrecoverable_cryptohome_error_card.html
@@ -19,14 +19,13 @@
<template>
<div class="content">
- <div i18n-content="unrecoverableCryptohomeErrorMessageTitle" class="title">
- </div>
+ <div class="title">$i18n{unrecoverableCryptohomeErrorMessageTitle}</div>
<div class="message"
i18n-values=".innerHTML:unrecoverableCryptohomeErrorMessage">
</div>
<div class="horizontal-reverse layout justified center">
- <gaia-button on-tap="onContinueClicked_"
- i18n-content="unrecoverableCryptohomeErrorContinue">
+ <gaia-button on-tap="onContinueClicked_">
+ $i18n{unrecoverableCryptohomeErrorContinue}
</gaia-button>
</div>
</div>
« no previous file with comments | « chrome/browser/resources/chromeos/login/screen_wrong_hwid.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698