| 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>
|
|
|