From fc09236c0c15b006c6f0969691107853ef407224 Mon Sep 17 00:00:00 2001 From: Martin Brennan Date: Tue, 23 Jul 2024 11:40:20 +1000 Subject: [PATCH] UX: FormKit error message followup (#28009) We don't need this extra description, whole number should be enough --- config/locales/client.en.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/locales/client.en.yml b/config/locales/client.en.yml index a7c02c15c49..dd6220fde47 100644 --- a/config/locales/client.en.yml +++ b/config/locales/client.en.yml @@ -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}"