Update UI text for emoji picker setting (#5963)
* Update user_settings_advanced.jsx * Update en.json
Этот коммит содержится в:
коммит произвёл
Joram Wilander
родитель
169c490892
Коммит
d5f56e678a
@@ -355,7 +355,7 @@ export default class AdvancedSettingsDisplay extends React.Component {
|
||||
return (
|
||||
<FormattedMessage
|
||||
id='user.settings.advance.emojipicker'
|
||||
defaultMessage='Enable the emoji picker'
|
||||
defaultMessage='Enable emoji picker for reactions and message input box'
|
||||
/>
|
||||
);
|
||||
default:
|
||||
|
||||
@@ -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",
|
||||
|
||||
Ссылка в новой задаче
Block a user