You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-25 17:02:04 +03:00
Adjust wording on placeholder
This commit is contained in:
@ -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) {
|
||||
|
Reference in New Issue
Block a user