Update frontend/src/locales/en.json

Co-authored-by: clauspeterhuebner <86960882+clauspeterhuebner@users.noreply.github.com>
This commit is contained in:
einhornimmond 2025-02-15 10:04:07 +01:00 committed by GitHub
parent 4b21d709cb
commit d956ea91fe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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