summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Sethna <eric@spinpunch.com>2016-01-20 10:27:54 -0700
committerEric Sethna <eric@spinpunch.com>2016-01-20 10:27:54 -0700
commitf09b3fbe78c5e7dc5aae05859f8a5a302ae99710 (patch)
tree06e04b20ad016d0b530766c3cb701dd3fe818b78
parent1acd38b7b19521d06d274c42c00ce7072cd92196 (diff)
downloadchat-f09b3fbe78c5e7dc5aae05859f8a5a302ae99710.tar.gz
chat-f09b3fbe78c5e7dc5aae05859f8a5a302ae99710.tar.bz2
chat-f09b3fbe78c5e7dc5aae05859f8a5a302ae99710.zip
Update team_general_tab.jsx
Add more direct instructions on enabling the team directory in the system console. From community issue: https://github.com/mattermost/platform/issues/1835
-rw-r--r--web/react/components/team_general_tab.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/react/components/team_general_tab.jsx b/web/react/components/team_general_tab.jsx
index cc06a940e..86cd80498 100644
--- a/web/react/components/team_general_tab.jsx
+++ b/web/react/components/team_general_tab.jsx
@@ -66,7 +66,7 @@ export default class GeneralTab extends React.Component {
handleTeamListingRadio(listing) {
if (global.window.mm_config.EnableTeamListing !== 'true' && listing) {
- this.setState({clientError: 'Team directory has been disabled. Please ask a system admin to enable it.'});
+ this.setState({clientError: 'Team directory has been disabled. Please ask a system admin to enable the team directory in the system console team settings.'});
} else {
this.setState({allow_team_listing: listing});
}