Index: chrome/browser/ui/cocoa/profiles/avatar_button_controller.mm |
diff --git a/chrome/browser/ui/cocoa/profiles/avatar_button_controller.mm b/chrome/browser/ui/cocoa/profiles/avatar_button_controller.mm |
index 3477ecb692ae8424a263ee59879b5ed1a70ae531..77dc238e76d19a5f2137c32daf889c970790c3a3 100644 |
--- a/chrome/browser/ui/cocoa/profiles/avatar_button_controller.mm |
+++ b/chrome/browser/ui/cocoa/profiles/avatar_button_controller.mm |
@@ -253,7 +253,7 @@ NSImage* GetImageFromResourceID(int resourceId) { |
if (browser_->profile()->IsSupervised()) { |
// Add the "supervised" label after eliding the profile name, so the label |
// will not get elided, but will instead enlarge the button. |
- buttonTitle = l10n_util::GetNSStringF(IDS_MANAGED_USER_NEW_AVATAR_LABEL, |
+ buttonTitle = l10n_util::GetNSStringF(IDS_SUPERVISED_USER_NEW_AVATAR_LABEL, |
profileName); |
} else { |
buttonTitle = base::SysUTF16ToNSString(profileName); |