Skip to content

Commit 691f4ed

Browse files
committed
Link to custom message page
1 parent 3af409f commit 691f4ed

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

packages/react-renderer-demo/src/pages/schema/introduction.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,11 @@ Type is one of our provided validators: [required](/schema/required-validator),
194194

195195
Or you can implement your own via creating a [validator mapper](/mappers/validator-mapper).
196196

197-
All provided validators let you change the message via `message` attribute or you can set them [globally](/schema/overwriting-default-message).
197+
**Message**
198+
199+
All provided validators let you change the message via [message attribute](/schema/custom-validator-message) or you can set them [globally](/schema/overwriting-default-message).
200+
201+
By default, each validator provides a default message in English.
198202

199203
**function**
200204

0 commit comments

Comments
 (0)