Adjust wording on placeholder

This commit is contained in:
Luke Barnard 2017-10-20 18:10:14 +01:00
parent a0e218d107
commit 1a7710c192
2 changed files with 2 additions and 2 deletions

View file

@ -127,7 +127,7 @@ export default withMatrixClient(React.createClass({
</div> :
<div className="mx_MyGroups_placeholder">
{ _t(
"You're currently not a member of any communities.",
"You're not currently a member of any communities.",
) }
</div>;
} else if (this.state.error) {