| Index: chrome/browser/resources/chromeos/login/oobe_update.html
|
| diff --git a/chrome/browser/resources/chromeos/login/oobe_update.html b/chrome/browser/resources/chromeos/login/oobe_update.html
|
| index 492ba150acd3cbd469188f3b4b0da5a411bf29b2..97bd70ae82accc4ed8431f9f1f4e5b66342c79e5 100644
|
| --- a/chrome/browser/resources/chromeos/login/oobe_update.html
|
| +++ b/chrome/browser/resources/chromeos/login/oobe_update.html
|
| @@ -30,11 +30,10 @@
|
| <oobe-dialog hidden="[[!checkingForUpdate]]">
|
| <iron-icon icon="oobe-update:googleg" class="oobe-icon"></iron-icon>
|
| <div class="header">
|
| - <h1 class="title">$i18n{checkingForUpdates}</h1>
|
| - <div class="subtitle">$i18n{checkingForUpdatesMsg}</div>
|
| + <h1 class="title" i18n-content="checkingForUpdates"></h1>
|
| + <div class="subtitle" i18n-content="checkingForUpdatesMsg"></div>
|
| <div class="subtitle" id="checkingForUpdateCancelHint"
|
| - hidden="[[!cancelAllowed]]">
|
| - $i18n{cancelUpdateHint}
|
| + i18n-content="cancelUpdateHint" hidden="[[!cancelAllowed]]">
|
| </div>
|
| </div>
|
| <div class="footer flex layout vertical">
|
| @@ -44,11 +43,10 @@
|
| <oobe-dialog hidden="[[checkingForUpdate]]">
|
| <iron-icon icon="oobe-update:googleg" class="oobe-icon"></iron-icon>
|
| <div class="header">
|
| - <h1 class="title">$i18n{updatingScreenTitle}</h1>
|
| - <div class="subtitle">$i18n{installingUpdateDesc}</div>
|
| + <h1 class="title" i18n-content="updatingScreenTitle"></h1>
|
| + <div class="subtitle" i18n-content="installingUpdateDesc"></div>
|
| <div class="subtitle" id="updatingCancelHint"
|
| - hidden="[[!cancelAllowed]]">
|
| - $i18n{cancelUpdateHint}
|
| + i18n-content="cancelUpdateHint" hidden="[[!cancelAllowed]]">
|
| </div>
|
| </div>
|
| <div class="footer flex layout vertical">
|
|
|