mirror of https://github.com/vector-im/riot-web
Adjust wording on placeholder
parent
a0e218d107
commit
1a7710c192
|
@ -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) {
|
||||
|
|
|
@ -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.",
|
||||
|
|
Loading…
Reference in New Issue