UX: FormKit error message followup (#28009)

We don't need this extra description, whole number
should be enough
This commit is contained in:
Martin Brennan 2024-07-23 11:40:20 +10:00 committed by GitHub
parent 0b413e2aa1
commit fc09236c0c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

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