From 1a7710c192f1b04e36167b3e98e8379c161d3c8c Mon Sep 17 00:00:00 2001 From: Luke Barnard Date: Fri, 20 Oct 2017 18:10:14 +0100 Subject: [PATCH] Adjust wording on placeholder --- src/components/structures/MyGroups.js | 2 +- src/i18n/strings/en_EN.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/structures/MyGroups.js b/src/components/structures/MyGroups.js index 038074beff..bb0d42435e 100644 --- a/src/components/structures/MyGroups.js +++ b/src/components/structures/MyGroups.js @@ -127,7 +127,7 @@ export default withMatrixClient(React.createClass({ :
{ _t( - "You're currently not a member of any communities.", + "You're not currently a member of any communities.", ) }
; } else if (this.state.error) { diff --git a/src/i18n/strings/en_EN.json b/src/i18n/strings/en_EN.json index a0e7b27384..a9f14151c9 100644 --- a/src/i18n/strings/en_EN.json +++ b/src/i18n/strings/en_EN.json @@ -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.",