diff --git a/webapp/components/user_settings/user_settings_advanced.jsx b/webapp/components/user_settings/user_settings_advanced.jsx index cf05ab4023..bd5597bbb4 100644 --- a/webapp/components/user_settings/user_settings_advanced.jsx +++ b/webapp/components/user_settings/user_settings_advanced.jsx @@ -355,7 +355,7 @@ export default class AdvancedSettingsDisplay extends React.Component { return ( ); default: diff --git a/webapp/i18n/en.json b/webapp/i18n/en.json index 036bcd2d38..13660e12a7 100755 --- a/webapp/i18n/en.json +++ b/webapp/i18n/en.json @@ -2052,7 +2052,7 @@ "upload_overlay.info": "Drop a file to upload it.", "user.settings.advance.embed_preview": "For the first web link in a message, display a preview of website content below the message, if available", "user.settings.advance.embed_toggle": "Show toggle for all embed previews", - "user.settings.advance.emojipicker": "Enable emoji picker in message input box", + "user.settings.advance.emojipicker": "Enable emoji picker for reactions and message input box", "user.settings.advance.enabledFeatures": "{count, number} {count, plural, one {Feature} other {Features}} Enabled", "user.settings.advance.formattingDesc": "If enabled, posts will be formatted to create links, show emoji, style the text, and add line breaks. By default, this setting is enabled. Changing this setting requires the page to be refreshed.", "user.settings.advance.formattingTitle": "Enable Post Formatting",