diff --git a/frontend/src/locales/de.json b/frontend/src/locales/de.json index a9aee274d..5304881c4 100644 --- a/frontend/src/locales/de.json +++ b/frontend/src/locales/de.json @@ -31,6 +31,7 @@ "submitContribution": "Beitrag einreichen", "switch-to-this-community": "zu dieser Gemeinschaft wechseln" }, + "contact": "Kontakt", "contribution": { "activity": "Tätigkeit", "alert": { diff --git a/frontend/src/locales/en.json b/frontend/src/locales/en.json index d9f69581d..9fa2a1634 100644 --- a/frontend/src/locales/en.json +++ b/frontend/src/locales/en.json @@ -31,6 +31,7 @@ "submitContribution": "Submit contribution", "switch-to-this-community": "Switch to this community" }, + "contact": "Contact", "contribution": { "activity": "Activity", "alert": { diff --git a/frontend/src/pages/InfoStatistic.vue b/frontend/src/pages/InfoStatistic.vue index de4b9e224..9b3b4dff5 100644 --- a/frontend/src/pages/InfoStatistic.vue +++ b/frontend/src/pages/InfoStatistic.vue @@ -44,6 +44,9 @@ {{ item.firstName }} {{ item.lastName }} + + +
{{ $t('contact') }}
{{ supportMail }}