@ludo.ninja/components 2.3.58 → 2.3.59
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -17,11 +17,11 @@ const messages = {
|
|
|
17
17
|
username: {
|
|
18
18
|
minLength: {
|
|
19
19
|
value: 1,
|
|
20
|
-
message: '
|
|
20
|
+
message: 'Username must be at least 1 character',
|
|
21
21
|
},
|
|
22
22
|
maxLength: {
|
|
23
|
-
value:
|
|
24
|
-
message: '
|
|
23
|
+
value: 30,
|
|
24
|
+
message: 'Username must be at most 30 characters',
|
|
25
25
|
},
|
|
26
26
|
},
|
|
27
27
|
about: {
|