| Index: ash/system/user/user_card_view.cc
|
| diff --git a/ash/system/user/user_card_view.cc b/ash/system/user/user_card_view.cc
|
| index 8549846665718f60a1a77af86d58b6387a023380..d0b77ab64b4a763b766bbad5a93146e1175c5920 100644
|
| --- a/ash/system/user/user_card_view.cc
|
| +++ b/ash/system/user/user_card_view.cc
|
| @@ -396,8 +396,7 @@ void UserCardView::AddUserContent(user::LoginStatus login_status,
|
| (multiprofile_index || !IsMultiAccountSupportedAndUserActive())) {
|
| base::string16 user_email_string =
|
| login_status == user::LOGGED_IN_SUPERVISED
|
| - ? l10n_util::GetStringUTF16(
|
| - IDS_ASH_STATUS_TRAY_LOCALLY_MANAGED_LABEL)
|
| + ? l10n_util::GetStringUTF16(IDS_ASH_STATUS_TRAY_SUPERVISED_LABEL)
|
| : base::UTF8ToUTF16(
|
| delegate->GetUserInfo(multiprofile_index)->GetEmail());
|
| if (!user_email_string.empty()) {
|
|
|