summaryrefslogtreecommitdiffstats
path: root/web/react/components/member_list.jsx
diff options
context:
space:
mode:
authorlfbrock <lf.brock@spinpunch.com>2015-07-30 14:13:34 -0400
committerlfbrock <lf.brock@spinpunch.com>2015-07-30 14:13:34 -0400
commitba06300402cf4cf6516a80873ad3351348872a56 (patch)
treec77b4d45d58694eb8d4b13346ebc5cbe6b885ba9 /web/react/components/member_list.jsx
parent8265e5ed8215dcf0cf4ca3438f5f2e62576656fe (diff)
downloadchat-ba06300402cf4cf6516a80873ad3351348872a56.tar.gz
chat-ba06300402cf4cf6516a80873ad3351348872a56.tar.bz2
chat-ba06300402cf4cf6516a80873ad3351348872a56.zip
MM-1841 Corrected help text
Diffstat (limited to 'web/react/components/member_list.jsx')
-rw-r--r--web/react/components/member_list.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/react/components/member_list.jsx b/web/react/components/member_list.jsx
index a37392f96..69da5cfc3 100644
--- a/web/react/components/member_list.jsx
+++ b/web/react/components/member_list.jsx
@@ -13,7 +13,7 @@ module.exports = React.createClass({
var message = "";
if (members.length === 0)
- message = <span>No users to add or manage.</span>;
+ message = <span>No users to add.</span>;
return (
<div className="member-list-holder">