From df8b1623ac8efada494eacfd29e50d5ae5bdf8c9 Mon Sep 17 00:00:00 2001 From: ogerly Date: Mon, 31 Oct 2022 12:50:37 +0100 Subject: [PATCH 1/2] Contact email under own heading --- frontend/src/locales/de.json | 1 + frontend/src/locales/en.json | 1 + frontend/src/pages/InfoStatistic.vue | 3 +++ 3 files changed, 5 insertions(+) diff --git a/frontend/src/locales/de.json b/frontend/src/locales/de.json index a9aee274d..b5736d3e0 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..e947965d7 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 }}