UX: FormKit error message followup (#28009)
We don't need this extra description, whole number should be enough
This commit is contained in:
parent
0b413e2aa1
commit
fc09236c0c
|
@ -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}"
|
||||
|
|
Loading…
Reference in New Issue