Update support email help text (#3172)

* Update legal_and_support_settings.jsx

* Update admin.support.emailHelp string
Этот коммит содержится в:
jasonblais
2016-05-31 12:57:52 -04:00
коммит произвёл Joram Wilander
родитель a4d7367e2f
Коммит fe4a9bc739
2 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@@ -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>
);
}
}
}

Просмотреть файл

@@ -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:",