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",