Index: chrome/browser/resources/chromeos/login/oobe_screen_update.html |
diff --git a/chrome/browser/resources/chromeos/login/oobe_screen_update.html b/chrome/browser/resources/chromeos/login/oobe_screen_update.html |
index 00a34c4e4291657410e0dc015cf2cd89f6fed916..39ba72ead9835b3090a0ea1fddf15379dc932672 100644 |
--- a/chrome/browser/resources/chromeos/login/oobe_screen_update.html |
+++ b/chrome/browser/resources/chromeos/login/oobe_screen_update.html |
@@ -4,8 +4,12 @@ |
<p i18n-content="cancelUpdateHint"></p> |
</div> |
<div id="update-screen-curtain"> |
- <p i18n-content="checkingForUpdates"></p> |
- <p id="update-checking-ellipsis"></p> |
+ <div id="checking-updates-label" i18n-content="checkingForUpdatesMsg"> |
+ </div> |
+ <div id="update-checking-progress"> |
+ <p i18n-content="checkingForUpdates"></p> |
+ <p id="update-checking-ellipsis"></p> |
+ </div> |
</div> |
<div id="update-screen-main" hidden> |
<p id="update-upper-label"></p> |