| 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 cde7020b151a87bad60c28083ba0b6d062355a00..bc00a605c9b47ef69f1de429d76cc2dc1337d4a9 100644
|
| --- a/chrome/browser/resources/chromeos/login/unrecoverable_cryptohome_error_card.html
|
| +++ b/chrome/browser/resources/chromeos/login/unrecoverable_cryptohome_error_card.html
|
| @@ -19,13 +19,14 @@
|
|
|
| <template>
|
| <div class="content">
|
| - <div class="title">$i18n{unrecoverableCryptohomeErrorMessageTitle}</div>
|
| + <div i18n-content="unrecoverableCryptohomeErrorMessageTitle" class="title">
|
| + </div>
|
| <div class="message"
|
| i18n-values=".innerHTML:unrecoverableCryptohomeErrorMessage">
|
| </div>
|
| <div class="horizontal-reverse layout justified center">
|
| - <gaia-button on-tap="onContinueClicked_">
|
| - $i18n{unrecoverableCryptohomeErrorContinue}
|
| + <gaia-button on-tap="onContinueClicked_"
|
| + i18n-content="unrecoverableCryptohomeErrorContinue">
|
| </gaia-button>
|
| </div>
|
| </div>
|
|
|