| Index: ash/system/user/tray_user.cc
|
| diff --git a/ash/system/user/tray_user.cc b/ash/system/user/tray_user.cc
|
| index 3ce1c25ffd5282f31bc246f408bb63ea5721356a..cb8629877e9f1755624a3f4b757d9261cdd1e749 100644
|
| --- a/ash/system/user/tray_user.cc
|
| +++ b/ash/system/user/tray_user.cc
|
| @@ -174,7 +174,7 @@ void TrayUser::UpdateAfterLoginStatusChange(user::LoginStatus status) {
|
|
|
| if (status == user::LOGGED_IN_SUPERVISED) {
|
| label_->SetText(
|
| - l10n_util::GetStringUTF16(IDS_ASH_STATUS_TRAY_LOCALLY_MANAGED_LABEL));
|
| + l10n_util::GetStringUTF16(IDS_ASH_STATUS_TRAY_SUPERVISED_LABEL));
|
| } else if (status == user::LOGGED_IN_GUEST) {
|
| label_->SetText(l10n_util::GetStringUTF16(IDS_ASH_STATUS_TRAY_GUEST_LABEL));
|
| }
|
|
|