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

Unified Diff: ui/login/account_picker/user_pod_template.html

Issue 898533005: Rename for some supervised users ambiguity. Adding child account icon to the avatar menu bubble. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rename for user-removal-warning. Created 5 years, 10 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
« no previous file with comments | « ui/login/account_picker/user_pod_row.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/login/account_picker/user_pod_template.html
diff --git a/ui/login/account_picker/user_pod_template.html b/ui/login/account_picker/user_pod_template.html
index 406e0ae42da40a3e5e7d5a55856cfa47a1c69e57..07678638f9bb554c15198c5be5133d9644be1def 100644
--- a/ui/login/account_picker/user_pod_template.html
+++ b/ui/login/account_picker/user_pod_template.html
@@ -5,7 +5,7 @@
</div>
<div class="signed-in-indicator" i18n-content="signedIn"></div>
<div class="indicator-container">
- <div class="indicator supervised-indicator"></div>
+ <div class="indicator legacy-supervised-indicator"></div>
<div class="indicator child-indicator"></div>
<div class="indicator locked-indicator"></div>
</div>
@@ -64,8 +64,8 @@
<div class="action-box-remove-user-warning" hidden>
<div class="action-box-remove-user-warning-text"
i18n-content="removeUserWarningText" hidden></div>
- <div class="action-box-remove-supervised-user-warning-text"
- i18n-content="removeSupervisedUserWarningText"></div>
+ <div class="action-box-remove-legacy-supervised-user-warning-text"
+ i18n-content="removeLegacySupervisedUserWarningText"></div>
<button class="remove-warning-button
custom-appearance button-fancy button-red"
i18n-content="removeUserWarningButtonTitle"></button>
« no previous file with comments | « ui/login/account_picker/user_pod_row.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698