summaryrefslogtreecommitdiffstats
path: root/chromium/chrome/browser/resources/chromeos/login/oobe_screen_update.html
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/chrome/browser/resources/chromeos/login/oobe_screen_update.html')
-rw-r--r--chromium/chrome/browser/resources/chromeos/login/oobe_screen_update.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/chromium/chrome/browser/resources/chromeos/login/oobe_screen_update.html b/chromium/chrome/browser/resources/chromeos/login/oobe_screen_update.html
index b212f6c76c3..5c784949c64 100644
--- a/chromium/chrome/browser/resources/chromeos/login/oobe_screen_update.html
+++ b/chromium/chrome/browser/resources/chromeos/login/oobe_screen_update.html
@@ -1,4 +1,5 @@
-<div class="step right hidden animated" id="update">
+<div class="step right hidden animated" id="update" role="group"
+ i18n-values="aria-label:updateScreenAccessibleTitle" hidden>
<div class="step-contents">
<div id="update-cancel-hint" hidden>
<p i18n-content="cancelUpdateHint"></p>
@@ -21,7 +22,7 @@
</div>
<div id="update-extra-controls" class="step-extra-controls">
<div id="update-accessibility">
- <a id="update-accessibility-link" href="#"
+ <a id="update-accessibility-link" href="#" role="button"
i18n-content="accessibilityLink"></a>
</div>
</div>