From aa5a6e071130cc4363970f4db558247478c17c42 Mon Sep 17 00:00:00 2001 From: ogerly Date: Thu, 19 Jan 2023 15:37:41 +0100 Subject: [PATCH] fix locales --- 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 d4f1544b9..406f2564a 100644 --- a/frontend/src/locales/de.json +++ b/frontend/src/locales/de.json @@ -37,8 +37,8 @@ "contribution": { "activity": "Tätigkeit", "alert": { - "answerQuestionToast": "Du hast eine Rückfrage auf einen Beitrag. Bitte antworte auf diese.", "answerQuestion": "Bitte beantworte diese Rückfrage.", + "answerQuestionToast": "Du hast eine Rückfrage auf einen Beitrag. Bitte antworte auf diese.", "communityNoteList": "Hier findest du alle eingereichten und bestätigten Beiträge von allen Mitgliedern aus dieser Gemeinschaft.", "confirm": "bestätigt", "deleted": "gelöscht", diff --git a/frontend/src/locales/en.json b/frontend/src/locales/en.json index d45502df1..16d4a414b 100644 --- a/frontend/src/locales/en.json +++ b/frontend/src/locales/en.json @@ -37,8 +37,8 @@ "contribution": { "activity": "Activity", "alert": { - "answerQuestionToast": "You have a question about a post. Please reply to it.", "answerQuestion": "Please answer the question.", + "answerQuestionToast": "You have a question about a post. Please reply to it.", "communityNoteList": "Here you will find all submitted and confirmed contributions from all members of this community.", "confirm": "confirmed", "deleted": "deleted",