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.",