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 f9c761d4630bb25fb2604097c6dc5f936a184753..242393c1e522ab6ab50ff96c3d24e1a1b3fd1aa4 100644 |
--- a/chrome/browser/resources/chromeos/login/oobe_screen_update.html |
+++ b/chrome/browser/resources/chromeos/login/oobe_screen_update.html |
@@ -7,8 +7,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> |