diff --git a/webapp/components/admin_console/legal_and_support_settings.jsx b/webapp/components/admin_console/legal_and_support_settings.jsx index cb152e4149..cc5bc3a2d5 100644 --- a/webapp/components/admin_console/legal_and_support_settings.jsx +++ b/webapp/components/admin_console/legal_and_support_settings.jsx @@ -154,7 +154,7 @@ export default class LegalAndSupportSettings extends AdminSettings { helpText={ } value={this.state.supportEmail} @@ -163,4 +163,4 @@ export default class LegalAndSupportSettings extends AdminSettings { ); } -} \ No newline at end of file +} diff --git a/webapp/i18n/en.json b/webapp/i18n/en.json index e33a8f1564..1daeb6a3c0 100644 --- a/webapp/i18n/en.json +++ b/webapp/i18n/en.json @@ -468,7 +468,7 @@ "admin.sql.warning": "Warning: re-generating this salt may cause some columns in the database to return empty results.", "admin.support.aboutDesc": "Link to About page for more information on your Mattermost deployment, for example its purpose and audience within your organization. Defaults to Mattermost information page.", "admin.support.aboutTitle": "About link:", - "admin.support.emailHelp": "Email shown during tutorial for end users to ask support questions.", + "admin.support.emailHelp": "Email address displayed on email notifications and during tutorial for end users to ask support questions.", "admin.support.emailTitle": "Support email:", "admin.support.helpDesc": "Link to help documentation from team site main menu. Typically not changed unless your organization chooses to create custom documentation.", "admin.support.helpTitle": "Help link:",