| 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 39ba72ead9835b3090a0ea1fddf15379dc932672..0c122a423bb7f29ddc7bffc575356371e6874d5e 100644
|
| --- a/chrome/browser/resources/chromeos/login/oobe_screen_update.html
|
| +++ b/chrome/browser/resources/chromeos/login/oobe_screen_update.html
|
| @@ -15,7 +15,8 @@
|
| <p id="update-upper-label"></p>
|
| <p id="update-bottom-label" i18n-content="installingUpdateDesc"></p>
|
| <progress id="update-progress-bar" max="100" value="0"></progress>
|
| - <p id="update-estimated-time-left" hidden></p>
|
| + <p id="estimated-time-left" class="progress-message" hidden></p>
|
| + <p id="progress-message" class="progress-message" hidden></p>
|
| </div>
|
| </div>
|
| </div>
|
|
|