From cee94c5643baf32989eeac39b614942146a3b39f Mon Sep 17 00:00:00 2001 From: Max Thonagel <12283268+thoniTUB@users.noreply.github.com> Date: Thu, 10 Oct 2024 10:29:55 +0200 Subject: [PATCH] improve validation message for form --- frontend/src/localization/de.json | 2 +- frontend/src/localization/en.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/localization/de.json b/frontend/src/localization/de.json index 12150190c1..db7b92e579 100644 --- a/frontend/src/localization/de.json +++ b/frontend/src/localization/de.json @@ -274,7 +274,7 @@ "mustBePositiveNumber": "Muss positive Zahl sein", "isRequired": "Erforderlich", "invalidDateRange": "Enddatum liegt vor Startdatum", - "validSelectRequired": "Kompatibler Ausgabewert erforderlich" + "validSelectRequired": "Für folgende Konzepte ist ein kompatibler Ausgabewert erforderlich" }, "default": { "conceptDropzoneLabel": "Füge ein Konzept oder eine Konzeptliste hinzu", diff --git a/frontend/src/localization/en.json b/frontend/src/localization/en.json index e5e556ffc3..f62ef246f6 100644 --- a/frontend/src/localization/en.json +++ b/frontend/src/localization/en.json @@ -274,7 +274,7 @@ "mustBePositiveNumber": "Must be a positive number", "isRequired": "Required", "invalidDateRange": "End date is smaller than start date", - "validSelectRequired": "Valid select required" + "validSelectRequired": "Valid selects required for these concepts" }, "default": { "conceptDropzoneLabel": "Add a concept or a concept list",