We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac9fda2 commit e2ee1dbCopy full SHA for e2ee1db
1 file changed
packages/form/src/components/lang.js
@@ -10,5 +10,6 @@ export const defaultLang = () => ({
10
edit: 'Edit',
11
save: 'Save',
12
requiredField: 'Field is required',
13
+ fieldValidationError: 'Field has validation error',
14
formValidationError: 'There are remaining errors.',
15
})
0 commit comments