summaryrefslogtreecommitdiffstats
path: root/webapp/components/admin_console
diff options
context:
space:
mode:
authorDavid Lu <david.lu@hotmail.com>2016-06-30 08:43:46 -0400
committerJoram Wilander <jwawilander@gmail.com>2016-06-30 08:43:46 -0400
commit1c8962cf9981edf14933264bc060168723e0bde1 (patch)
treeae7b4de755e54f870d8ab4293d419c47466b9437 /webapp/components/admin_console
parent65e18ad1f553d91c28b444afaced08f462f9d374 (diff)
downloadchat-1c8962cf9981edf14933264bc060168723e0bde1.tar.gz
chat-1c8962cf9981edf14933264bc060168723e0bde1.tar.bz2
chat-1c8962cf9981edf14933264bc060168723e0bde1.zip
enabled team creation for sysadmins (#3433)
Diffstat (limited to 'webapp/components/admin_console')
-rw-r--r--webapp/components/admin_console/users_and_teams_settings.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/components/admin_console/users_and_teams_settings.jsx b/webapp/components/admin_console/users_and_teams_settings.jsx
index 15301854f..b2f8afe1b 100644
--- a/webapp/components/admin_console/users_and_teams_settings.jsx
+++ b/webapp/components/admin_console/users_and_teams_settings.jsx
@@ -86,7 +86,7 @@ export default class UsersAndTeamsSettings extends AdminSettings {
helpText={
<FormattedMessage
id='admin.team.teamCreationDescription'
- defaultMessage='When false, the ability to create teams is disabled. The create team button displays error when pressed.'
+ defaultMessage='When false, only System Administrators can create teams.'
/>
}
value={this.state.enableTeamCreation}