From b0514fb559b0d71ca5dd8e3a68fe4bdecba1ebd0 Mon Sep 17 00:00:00 2001 From: lfbrock Date: Tue, 5 Jul 2016 15:30:16 -0400 Subject: Update custom emoji help text (#3493) * Update custom emoji help text * Update en.json --- webapp/components/admin_console/custom_emoji_settings.jsx | 8 ++++---- webapp/i18n/en.json | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) (limited to 'webapp') diff --git a/webapp/components/admin_console/custom_emoji_settings.jsx b/webapp/components/admin_console/custom_emoji_settings.jsx index 738afa3cd..78661e16e 100644 --- a/webapp/components/admin_console/custom_emoji_settings.jsx +++ b/webapp/components/admin_console/custom_emoji_settings.jsx @@ -54,8 +54,8 @@ export default class CustomEmojiSettings extends AdminSettings { id='restrictCustomEmojiCreation' values={[ {value: 'all', text: Utils.localizeMessage('admin.customization.restrictCustomEmojiCreationAll', 'Allow everyone to create custom emoji')}, - {value: 'admin', text: Utils.localizeMessage('admin.customization.restrictCustomEmojiCreationAdmin', 'Allow system and team admins to create custom emoji')}, - {value: 'system_admin', text: Utils.localizeMessage('admin.customization.restrictCustomEmojiCreationSystemAdmin', 'Only allow system admins to create custom emoji')} + {value: 'admin', text: Utils.localizeMessage('admin.customization.restrictCustomEmojiCreationAdmin', 'Allow System and Team Admins to create custom emoji')}, + {value: 'system_admin', text: Utils.localizeMessage('admin.customization.restrictCustomEmojiCreationSystemAdmin', 'Only allow System Admins to create custom emoji')} ]} label={ } value={this.state.enableCustomEmoji} @@ -99,4 +99,4 @@ export default class CustomEmojiSettings extends AdminSettings { ); } -} \ No newline at end of file +} diff --git a/webapp/i18n/en.json b/webapp/i18n/en.json index d6f340ab2..3677ec80e 100644 --- a/webapp/i18n/en.json +++ b/webapp/i18n/en.json @@ -147,12 +147,12 @@ "admin.connectionSecurityTlsDescription": "Encrypts the communication between Mattermost and your server.", "admin.customization.customBrand": "Custom Branding", "admin.customization.customEmoji": "Custom Emoji", - "admin.customization.enableCustomEmojiDesc": "Enable users to create custom emoji for use in chat messages.", + "admin.customization.enableCustomEmojiDesc": "Enable users to create custom emoji for use in messages. When enabled, Custom Emoji settings can be accessed by switching to a team and clicking the three dots above the channel sidebar, and selecting \"Custom Emoji\".", "admin.customization.enableCustomEmojiTitle": "Enable Custom Emoji:", "admin.customization.restrictCustomEmojiCreationAll": "Allow everyone to create custom emoji", "admin.customization.restrictCustomEmojiCreationDesc": "Restrict the creation of custom emoji to certain users.", - "admin.customization.restrictCustomEmojiCreationAdmin": "Allow system and team admins to create custom emoji", - "admin.customization.restrictCustomEmojiCreationSystemAdmin": "Only allow system admins to create custom emoji", + "admin.customization.restrictCustomEmojiCreationAdmin": "Allow System and Team Admins to create custom emoji", + "admin.customization.restrictCustomEmojiCreationSystemAdmin": "Only allow System Admins to create custom emoji", "admin.customization.restrictCustomEmojiCreationTitle": "Restrict Custom Emoji Creation:", "admin.customization.support": "Legal and Support", "admin.database.title": "Database Settings", -- cgit v1.2.3-1-g7c22