summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorEric Sethna <eric@spinpunch.com>2015-12-30 12:12:48 -0700
committerEric Sethna <eric@spinpunch.com>2015-12-30 12:12:48 -0700
commit35c33d43fe18e69d298e40949aacd14be1533439 (patch)
tree45d36aa732ad90ab4ae5cc3c86eaf07169bd5b86 /web
parentb91d9150f50b246f609afacfbde6aa255035f5d2 (diff)
downloadchat-35c33d43fe18e69d298e40949aacd14be1533439.tar.gz
chat-35c33d43fe18e69d298e40949aacd14be1533439.tar.bz2
chat-35c33d43fe18e69d298e40949aacd14be1533439.zip
Update team_settings.jsx
help text for restrict domains
Diffstat (limited to 'web')
-rw-r--r--web/react/components/admin_console/team_settings.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/react/components/admin_console/team_settings.jsx b/web/react/components/admin_console/team_settings.jsx
index 7991b9a01..9d958ce91 100644
--- a/web/react/components/admin_console/team_settings.jsx
+++ b/web/react/components/admin_console/team_settings.jsx
@@ -206,7 +206,7 @@ export default class TeamSettings extends React.Component {
defaultValue={this.props.config.TeamSettings.RestrictCreationToDomains}
onChange={this.handleChange}
/>
- <p className='help-text'>{'Teams can only be created from a specific domain (e.g. "mattermost.org") or list of comma-separated domains (e.g. "corp.mattermost.com, mattermost.org").'}</p>
+ <p className='help-text'>{'Teams and user accounts can only be created from a specific domain (e.g. "mattermost.org") or list of comma-separated domains (e.g. "corp.mattermost.com, mattermost.org").'}</p>
</div>
</div>