+ Group Teaser
+
+
+
+
+
+
+
+
+
+
+
diff --git a/webapp/locales/de.json b/webapp/locales/de.json
index 297daa511..162897883 100644
--- a/webapp/locales/de.json
+++ b/webapp/locales/de.json
@@ -366,6 +366,9 @@
"follow": "Folgen",
"following": "Folge Ich"
},
+ "group": {
+ "newGroup":"Erstelle eine neue Gruppe"
+ },
"hashtags-filter": {
"clearSearch": "Suche löschen",
"hashtag-search": "Suche nach #{hashtag}",
diff --git a/webapp/locales/en.json b/webapp/locales/en.json
index 8499b0290..4043eefd8 100644
--- a/webapp/locales/en.json
+++ b/webapp/locales/en.json
@@ -366,6 +366,9 @@
"follow": "Follow",
"following": "Following"
},
+ "group": {
+ "newGroup":"Create a new Group"
+ },
"hashtags-filter": {
"clearSearch": "Clear search",
"hashtag-search": "Searching for #{hashtag}",
diff --git a/webapp/pages/group/create.vue b/webapp/pages/group/create.vue
new file mode 100644
index 000000000..6b52167f2
--- /dev/null
+++ b/webapp/pages/group/create.vue
@@ -0,0 +1,18 @@
+