summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Sethna <eric@spinpunch.com>2016-01-21 10:18:28 -0700
committerEric Sethna <eric@spinpunch.com>2016-01-21 10:18:28 -0700
commit051e06d4c1bc80f3bea956d38642420b1f31563a (patch)
treec4a4fddca75120db6124229687a9c75d55d8077b
parentf09b3fbe78c5e7dc5aae05859f8a5a302ae99710 (diff)
downloadchat-051e06d4c1bc80f3bea956d38642420b1f31563a.tar.gz
chat-051e06d4c1bc80f3bea956d38642420b1f31563a.tar.bz2
chat-051e06d4c1bc80f3bea956d38642420b1f31563a.zip
Update team_general_tab.jsx
Correct capitalization based on UX discussion
-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 86cd80498..b6fb3389f 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 the team directory in the system console team settings.'});
+ 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});
}