From d956ea91feb5220522a1aa86bf5a5a0bac15bfc6 Mon Sep 17 00:00:00 2001 From: einhornimmond Date: Sat, 15 Feb 2025 10:04:07 +0100 Subject: [PATCH] Update frontend/src/locales/en.json Co-authored-by: clauspeterhuebner <86960882+clauspeterhuebner@users.noreply.github.com> --- frontend/src/locales/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/locales/en.json b/frontend/src/locales/en.json index 4a3ce5a2a..8c49ce4de 100644 --- a/frontend/src/locales/en.json +++ b/frontend/src/locales/en.json @@ -186,7 +186,7 @@ "validation": { "gddCreationTime": { "min": "The hours should be at least {min} in size", - "max": "The hours should be no larger than {max}", + "max": "The hours should not be larger than {max}", "decimal-places": "The hours should contain a maximum of two decimal places" }, "gddSendAmount": "The {_field_} field must be a number between {min} and {max} with at most two digits after the decimal point",