UX: Change copy for FormKit "not an integer" error (#28006)

Most people will not know what an integer is,
refer to this as a whole number for the human-readable
error message.
This commit is contained in:
Martin Brennan 2024-07-22 17:00:18 +10:00 committed by GitHub
parent 199f980e6a
commit 5ac8888980
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -2105,7 +2105,7 @@ en:
errors:
required: "Required"
invalid_url: "Must be a valid URL"
not_an_integer: "Must be an integer"
not_an_integer: "Must be a whole number with no decimal places"
not_accepted: "Must be accepted"
not_a_number: "Must be a number"
too_high: "Must be at most %{count}"