summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjasonblais <jason@spinpunch.com>2016-05-31 12:57:52 -0400
committerJoram Wilander <jwawilander@gmail.com>2016-05-31 12:57:52 -0400
commitfe4a9bc739d76b86e046354155cd726f20f0c0bc (patch)
tree4b3fe7f6411e47f085a85dd9270467d11b0776af
parenta4d7367e2f677cb55d764037ced7973e0c975755 (diff)
downloadchat-fe4a9bc739d76b86e046354155cd726f20f0c0bc.tar.gz
chat-fe4a9bc739d76b86e046354155cd726f20f0c0bc.tar.bz2
chat-fe4a9bc739d76b86e046354155cd726f20f0c0bc.zip
Update support email help text (#3172)
* Update legal_and_support_settings.jsx * Update admin.support.emailHelp string
-rw-r--r--webapp/components/admin_console/legal_and_support_settings.jsx4
-rw-r--r--webapp/i18n/en.json2
2 files changed, 3 insertions, 3 deletions
diff --git a/webapp/components/admin_console/legal_and_support_settings.jsx b/webapp/components/admin_console/legal_and_support_settings.jsx
index cb152e414..cc5bc3a2d 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={
<FormattedMessage
id='admin.support.emailHelp'
- defaultMessage='Email shown during tutorial for end users to ask support questions.'
+ defaultMessage='Email address displayed on email notifications and during tutorial for end users to ask support questions.'
/>
}
value={this.state.supportEmail}
@@ -163,4 +163,4 @@ export default class LegalAndSupportSettings extends AdminSettings {
</SettingsGroup>
);
}
-} \ No newline at end of file
+}
diff --git a/webapp/i18n/en.json b/webapp/i18n/en.json
index e33a8f156..1daeb6a3c 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:",