Adjust wording on placeholder

pull/21833/head
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) {

View File

@ -699,7 +699,7 @@
"For security, this session has been signed out. Please sign in again.": "For security, this session has been signed out. Please sign in again.",
"Logout": "Logout",
"Your Communities": "Your Communities",
"You're currently not a member of any communities.": "You're currently not a member of any communities.",
"You're not currently a member of any communities.": "You're not currently a member of any communities.",
"Error whilst fetching joined communities": "Error whilst fetching joined communities",
"Create a new community": "Create a new community",
"Create a community to group together users and rooms! Build a custom homepage to mark out your space in the Matrix universe.": "Create a community to group together users and rooms! Build a custom homepage to mark out your space in the Matrix universe.",