Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2375)

Unified Diff: chrome/browser/resources/md_user_manager/supervised_user_create_confirm.html

Issue 1944463002: MD User Manager: fixes accessibility issues (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@md-user-manager-user-pods-css
Patch Set: Addressed comment Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/md_user_manager/supervised_user_create_confirm.html
diff --git a/chrome/browser/resources/md_user_manager/supervised_user_create_confirm.html b/chrome/browser/resources/md_user_manager/supervised_user_create_confirm.html
index cb09306e58b023bf645d65a4715b98a3467ccb72..5e00f1be8af0e5a5299db908a31767715a0ebf9d 100644
--- a/chrome/browser/resources/md_user_manager/supervised_user_create_confirm.html
+++ b/chrome/browser/resources/md_user_manager/supervised_user_create_confirm.html
@@ -76,14 +76,14 @@
</div>
<div id="childlock-button-example">
<iron-icon icon="lock"></iron-icon>
- <span i18n-content="exitAndChildlockLabel"></span>
+ <span>$i18n{exitAndChildlockLabel}</span>
</div>
<div class="content" inner-h-t-m-l="[[htmlMessage2_(profileInfo)]]">
</div>
</div>
<div id="actions">
- <paper-button id="ok" class="action secondary" on-tap="onOkTap_"
- i18n-content="supervisedUserCreatedDone">
+ <paper-button id="ok" class="action secondary" on-tap="onOkTap_">
+ $i18n{supervisedUserCreatedDone}
</paper-button>
<paper-button id="switchUser" class="action primary"
on-tap="onSwitchUserTap_">

Powered by Google App Engine
This is Rietveld 408576698