diff --git a/src/components/structures/TagPanel.js b/src/components/structures/TagPanel.js
index 3acec417f2..4acbc49d4d 100644
--- a/src/components/structures/TagPanel.js
+++ b/src/components/structures/TagPanel.js
@@ -146,6 +146,24 @@ const TagPanel = createReactClass({
mx_TagPanel_items_selected: itemsSelected,
});
+ let createButton = (
+
+ );
+
+ if (SettingsStore.getValue("feature_communities_v2_prototypes")) {
+ createButton = (
+
+ );
+ }
+
return
{ clearButton }
@@ -168,11 +186,7 @@ const TagPanel = createReactClass({
{ this.renderGlobalIcon() }
{ tags }
{ provided.placeholder }
diff --git a/src/i18n/strings/en_EN.json b/src/i18n/strings/en_EN.json
index c12b57c033..d052ba5a51 100644
--- a/src/i18n/strings/en_EN.json
+++ b/src/i18n/strings/en_EN.json
@@ -2091,6 +2091,7 @@
"Click to mute video": "Click to mute video",
"Click to unmute audio": "Click to unmute audio",
"Click to mute audio": "Click to mute audio",
+ "Create community": "Create community",
"Tried to load a specific point in this room's timeline, but you do not have permission to view the message in question.": "Tried to load a specific point in this room's timeline, but you do not have permission to view the message in question.",
"Tried to load a specific point in this room's timeline, but was unable to find it.": "Tried to load a specific point in this room's timeline, but was unable to find it.",
"Failed to load timeline position": "Failed to load timeline position",