From 443da2b863ed9277996e40d7bf58fc1a0b6e7b5e Mon Sep 17 00:00:00 2001 From: Moriz Wahl Date: Wed, 18 Jan 2023 15:24:26 +0100 Subject: [PATCH] fix(frontend): submit contribution text --- frontend/src/locales/de.json | 2 +- frontend/src/locales/en.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/locales/de.json b/frontend/src/locales/de.json index 5c0ee9f96..ce9f8b41d 100644 --- a/frontend/src/locales/de.json +++ b/frontend/src/locales/de.json @@ -30,7 +30,7 @@ "noOpenContributionLinkText": "Zur Zeit gibt es keine automatischen Schöpfungen.", "openContributionLinks": "Öffentliche Beitrags-Linkliste", "openContributionLinkText": "Folgende {count} automatische Schöpfungen werden zur Zeit durch die Gemeinschaft „{name}“ bereitgestellt.", - "submitContribution": "schreiben" + "submitContribution": "Schreiben" }, "communityInfo": "Gemeinschaft Information", "contact": "Kontakt", diff --git a/frontend/src/locales/en.json b/frontend/src/locales/en.json index 7a210f6a0..fceb34fca 100644 --- a/frontend/src/locales/en.json +++ b/frontend/src/locales/en.json @@ -30,7 +30,7 @@ "noOpenContributionLinkText": "Currently there are no automatic creations.", "openContributionLinks": "Open contribution-link list", "openContributionLinkText": "The following {count} automatic creations are currently provided by the \"{name}\" community.", - "submitContribution": "writing" + "submitContribution": "Contribute" }, "communityInfo": "Community Information", "contact": "Contact",