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:
parent
199f980e6a
commit
5ac8888980
|
@ -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}"
|
||||
|
|
Loading…
Reference in New Issue