From 7a250aa8ea9e4d51bc5ced6d833684d00f305702 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Fri, 9 Aug 2024 09:52:06 +0200 Subject: [PATCH] Polish See gh-33354 --- .../modules/ROOT/pages/core/validation/beanvalidation.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework-docs/modules/ROOT/pages/core/validation/beanvalidation.adoc b/framework-docs/modules/ROOT/pages/core/validation/beanvalidation.adoc index 7126f9570f..7e64b0ec28 100644 --- a/framework-docs/modules/ROOT/pages/core/validation/beanvalidation.adoc +++ b/framework-docs/modules/ROOT/pages/core/validation/beanvalidation.adoc @@ -445,7 +445,7 @@ Properties:: + [source,properties,indent=0,subs="verbatim,quotes",role="secondary"] ---- -Size.peron.name=Please, provide a {0} that is between {2} and {1} characters long +Size.person.name=Please, provide a {0} that is between {2} and {1} characters long person.name=username ----