diff --git a/webapp/locales/de.json b/webapp/locales/de.json
index a980b5a8e..78de34f5a 100644
--- a/webapp/locales/de.json
+++ b/webapp/locales/de.json
@@ -370,6 +370,11 @@
"follow": "Folgen",
"following": "Folge Ich"
},
+ "group": {
+ "foundation": "Gründung",
+ "goal": "Ziel:",
+ "membersListTitle": "Gruppenmitglieder"
+ },
"hashtags-filter": {
"clearSearch": "Suche löschen",
"hashtag-search": "Suche nach #{hashtag}",
@@ -527,8 +532,6 @@
"follow": "Folgen",
"followers": "Folgen",
"following": "Folge Ich",
- "groupGoal": "Ziel:",
- "groupSince": "Gründung",
"invites": {
"description": "Zur Einladung die E-Mail-Adresse hier eintragen.",
"emailPlaceholder": "E-Mail-Adresse für die Einladung",
diff --git a/webapp/locales/en.json b/webapp/locales/en.json
index f964969b3..76cace251 100644
--- a/webapp/locales/en.json
+++ b/webapp/locales/en.json
@@ -370,6 +370,11 @@
"follow": "Follow",
"following": "Following"
},
+ "group": {
+ "foundation": "Foundation",
+ "goal": "Goal:",
+ "membersListTitle": "Group Members"
+ },
"hashtags-filter": {
"clearSearch": "Clear search",
"hashtag-search": "Searching for #{hashtag}",
@@ -527,8 +532,6 @@
"follow": "Follow",
"followers": "Followers",
"following": "Following",
- "groupGoal": "Goal:",
- "groupSince": "Foundation",
"invites": {
"description": "Enter their e-mail address for invitation.",
"emailPlaceholder": "E-mail to invite",
diff --git a/webapp/locales/es.json b/webapp/locales/es.json
index 55d654231..1d4ec1593 100644
--- a/webapp/locales/es.json
+++ b/webapp/locales/es.json
@@ -297,6 +297,11 @@
"follow": "Seguir",
"following": "Siguiendo"
},
+ "group": {
+ "foundation": null,
+ "goal": null,
+ "membersListTitle": null
+ },
"hashtags-filter": {
"clearSearch": "Borrar búsqueda",
"hashtag-search": "Buscando a #{hashtag}",
diff --git a/webapp/locales/fr.json b/webapp/locales/fr.json
index 8c5a731a3..640bea278 100644
--- a/webapp/locales/fr.json
+++ b/webapp/locales/fr.json
@@ -286,6 +286,11 @@
"follow": "Suivre",
"following": "Je suis les"
},
+ "group": {
+ "foundation": null,
+ "goal": null,
+ "membersListTitle": null
+ },
"hashtags-filter": {
"clearSearch": "Réinitialiser la recherche",
"hashtag-search": "Recherche de #{hashtag}",
diff --git a/webapp/locales/it.json b/webapp/locales/it.json
index 694dee532..cf47f5eb9 100644
--- a/webapp/locales/it.json
+++ b/webapp/locales/it.json
@@ -294,6 +294,11 @@
"follow": null,
"following": null
},
+ "group": {
+ "foundation": null,
+ "goal": null,
+ "membersListTitle": null
+ },
"hashtags-filter": {
"clearSearch": null,
"hashtag-search": null,
diff --git a/webapp/locales/nl.json b/webapp/locales/nl.json
index fc2e90a34..da36b5046 100644
--- a/webapp/locales/nl.json
+++ b/webapp/locales/nl.json
@@ -82,6 +82,11 @@
"follow": "Volgen",
"following": "Volgt"
},
+ "group": {
+ "foundation": null,
+ "goal": null,
+ "membersListTitle": null
+ },
"login": {
"email": "Uw E-mail",
"hello": "Hallo",
diff --git a/webapp/locales/pl.json b/webapp/locales/pl.json
index 49405d0a9..ff6839719 100644
--- a/webapp/locales/pl.json
+++ b/webapp/locales/pl.json
@@ -166,6 +166,11 @@
"follow": "naśladować",
"following": "w skutek"
},
+ "group": {
+ "foundation": null,
+ "goal": null,
+ "membersListTitle": null
+ },
"hashtags-filter": {
"title": "Twoja bańka filtrująca"
},
diff --git a/webapp/locales/pt.json b/webapp/locales/pt.json
index f85e7b0e2..19c44f0a3 100644
--- a/webapp/locales/pt.json
+++ b/webapp/locales/pt.json
@@ -332,6 +332,11 @@
"follow": "Seguir",
"following": "Seguindo"
},
+ "group": {
+ "foundation": null,
+ "goal": null,
+ "membersListTitle": null
+ },
"hashtags-filter": {
"clearSearch": "Limpar pesquisa",
"hashtag-search": "Procurando por #{hashtag}",
diff --git a/webapp/locales/ru.json b/webapp/locales/ru.json
index de7b06326..9adc43298 100644
--- a/webapp/locales/ru.json
+++ b/webapp/locales/ru.json
@@ -311,6 +311,11 @@
"follow": "Подписаться",
"following": "Вы подписаны"
},
+ "group": {
+ "foundation": null,
+ "goal": null,
+ "membersListTitle": null
+ },
"hashtags-filter": {
"clearSearch": "Очистить поиск",
"hashtag-search": "Поиск по #{hashtag}",
diff --git a/webapp/pages/group/_id/_slug.vue b/webapp/pages/group/_id/_slug.vue
index ee895c0a8..8b0f78c89 100644
--- a/webapp/pages/group/_id/_slug.vue
+++ b/webapp/pages/group/_id/_slug.vue
@@ -42,7 +42,7 @@
{{ user.location.name }}
-->
- {{ $t('profile.groupSince') }} {{ group.createdAt | date('MMMM yyyy') }}
+ {{ $t('group.foundation') }} {{ group.createdAt | date('MMMM yyyy') }}
@@ -84,7 +84,7 @@
- {{ $t('profile.groupGoal') }} {{ group.about }}
+ {{ $t('group.goal') }} {{ group.about }}
@@ -93,7 +93,16 @@
{{ $t('profile.network.title') }}
-