diff --git a/webapp/locales/de.json b/webapp/locales/de.json
index 78de34f5a..86602a7c1 100644
--- a/webapp/locales/de.json
+++ b/webapp/locales/de.json
@@ -373,6 +373,7 @@
"group": {
"foundation": "GrĂ¼ndung",
"goal": "Ziel:",
+ "membersCount": "Mitglieder",
"membersListTitle": "Gruppenmitglieder"
},
"hashtags-filter": {
diff --git a/webapp/locales/en.json b/webapp/locales/en.json
index 76cace251..7e0def985 100644
--- a/webapp/locales/en.json
+++ b/webapp/locales/en.json
@@ -373,6 +373,7 @@
"group": {
"foundation": "Foundation",
"goal": "Goal:",
+ "membersCount": "Members",
"membersListTitle": "Group Members"
},
"hashtags-filter": {
diff --git a/webapp/locales/es.json b/webapp/locales/es.json
index 1d4ec1593..791874729 100644
--- a/webapp/locales/es.json
+++ b/webapp/locales/es.json
@@ -300,6 +300,7 @@
"group": {
"foundation": null,
"goal": null,
+ "membersCount": null,
"membersListTitle": null
},
"hashtags-filter": {
diff --git a/webapp/locales/fr.json b/webapp/locales/fr.json
index 640bea278..66675942c 100644
--- a/webapp/locales/fr.json
+++ b/webapp/locales/fr.json
@@ -289,6 +289,7 @@
"group": {
"foundation": null,
"goal": null,
+ "membersCount": null,
"membersListTitle": null
},
"hashtags-filter": {
diff --git a/webapp/locales/it.json b/webapp/locales/it.json
index cf47f5eb9..c9ff7870b 100644
--- a/webapp/locales/it.json
+++ b/webapp/locales/it.json
@@ -297,6 +297,7 @@
"group": {
"foundation": null,
"goal": null,
+ "membersCount": null,
"membersListTitle": null
},
"hashtags-filter": {
diff --git a/webapp/locales/nl.json b/webapp/locales/nl.json
index da36b5046..02039e0db 100644
--- a/webapp/locales/nl.json
+++ b/webapp/locales/nl.json
@@ -85,6 +85,7 @@
"group": {
"foundation": null,
"goal": null,
+ "membersCount": null,
"membersListTitle": null
},
"login": {
diff --git a/webapp/locales/pl.json b/webapp/locales/pl.json
index ff6839719..c371a8831 100644
--- a/webapp/locales/pl.json
+++ b/webapp/locales/pl.json
@@ -169,6 +169,7 @@
"group": {
"foundation": null,
"goal": null,
+ "membersCount": null,
"membersListTitle": null
},
"hashtags-filter": {
diff --git a/webapp/locales/pt.json b/webapp/locales/pt.json
index 19c44f0a3..fe419f053 100644
--- a/webapp/locales/pt.json
+++ b/webapp/locales/pt.json
@@ -335,6 +335,7 @@
"group": {
"foundation": null,
"goal": null,
+ "membersCount": null,
"membersListTitle": null
},
"hashtags-filter": {
diff --git a/webapp/locales/ru.json b/webapp/locales/ru.json
index 9adc43298..bb0f34086 100644
--- a/webapp/locales/ru.json
+++ b/webapp/locales/ru.json
@@ -314,6 +314,7 @@
"group": {
"foundation": null,
"goal": null,
+ "membersCount": null,
"membersListTitle": null
},
"hashtags-filter": {
diff --git a/webapp/pages/group/_id/_slug.vue b/webapp/pages/group/_id/_slug.vue
index 8b0f78c89..7ecf2410d 100644
--- a/webapp/pages/group/_id/_slug.vue
+++ b/webapp/pages/group/_id/_slug.vue
@@ -47,23 +47,30 @@