| 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>
|
|
|