| Index: chrome/browser/ui/webui/options/browser_options_handler.cc
|
| diff --git a/chrome/browser/ui/webui/options/browser_options_handler.cc b/chrome/browser/ui/webui/options/browser_options_handler.cc
|
| index 5f6285b191c8f56231ec6a6df1f536f1a50b0544..e0b366031f7545f665a8ad7c863210bafa45ed92 100644
|
| --- a/chrome/browser/ui/webui/options/browser_options_handler.cc
|
| +++ b/chrome/browser/ui/webui/options/browser_options_handler.cc
|
| @@ -339,7 +339,7 @@ void BrowserOptionsHandler::GetLocalizedValues(base::DictionaryValue* values) {
|
| { "startupShowNewTab", IDS_OPTIONS_STARTUP_SHOW_NEWTAB },
|
| { "startupShowPages", IDS_OPTIONS_STARTUP_SHOW_PAGES },
|
| { "suggestPref", IDS_OPTIONS_SUGGEST_PREF },
|
| - { "supervisedUserLabel", IDS_SUPERVISED_USER_AVATAR_LABEL },
|
| + { "supervisedUserLabel", IDS_PROFILES_LIST_SUPERVISED_USER_LABEL },
|
| { "syncButtonTextInProgress", IDS_SYNC_NTP_SETUP_IN_PROGRESS },
|
| { "syncButtonTextStop", IDS_SYNC_STOP_SYNCING_BUTTON_LABEL },
|
| { "themesGallery", IDS_THEMES_GALLERY_BUTTON },
|
|
|