mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
Merge pull request #301 from lfbrock/patch-1
MM-1841 Corrected help text
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user