From 04a53f43b5af6032caca2f2768cb832a771b99a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wolfgang=20Hu=C3=9F?= Date: Tue, 3 Nov 2020 15:36:50 +0100 Subject: [PATCH] Fix locales --- webapp/locales/de.json | 8 ++++---- webapp/locales/en.json | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/webapp/locales/de.json b/webapp/locales/de.json index a28289f68..44a819db0 100644 --- a/webapp/locales/de.json +++ b/webapp/locales/de.json @@ -259,10 +259,10 @@ "success": "Gespeichert!", "teaserImage": { "cropperConfirm": "Bestätigen", - "supportedFormats": "Füge ein Bild im Dateiformat JPG, PNG oder GIF ein", - "errors" : { - "unSupported-file-format" : "Bitte lade ein Bild in den folgenden Formaten hoch: JPG, JPEG, PNG or GIF!" - } + "errors": { + "unSupported-file-format": "Bitte lade ein Bild in den folgenden Formaten hoch: JPG, JPEG, PNG or GIF!" + }, + "supportedFormats": "Füge ein Bild im Dateiformat JPG, PNG oder GIF ein" }, "title": "Titel" }, diff --git a/webapp/locales/en.json b/webapp/locales/en.json index f929a804b..e9c4ecba6 100644 --- a/webapp/locales/en.json +++ b/webapp/locales/en.json @@ -259,10 +259,10 @@ "success": "Saved!", "teaserImage": { "cropperConfirm": "Confirm", - "supportedFormats": "Insert a picture of file format JPG, PNG or GIF", - "errors" : { - "unSupported-file-format" : "Please upload an image of file format: JPG, JPEG, PNG or GIF!" - } + "errors": { + "unSupported-file-format": "Please upload an image of file format: JPG, JPEG, PNG or GIF!" + }, + "supportedFormats": "Insert a picture of file format JPG, PNG or GIF" }, "title": "Title" },