Skip to content
Snippets Groups Projects
Commit 39e1229c authored by Ben Wheeler's avatar Ben Wheeler
Browse files

translate form validation string

parent b3e97adb
Branches
Tags
No related merge requests found
......@@ -35,6 +35,11 @@ const LoginDropdownMessages = defineMessages({ // eslint-disable-line no-unused-
defaultMessage: 'Need Help?',
description: 'Button text for user to indicate that they need help',
id: 'login.needHelp'
},
validationRequired: {
defaultMessage: 'This field is required',
description: 'Message to tell user they must enter text in a form field',
id: 'form.validationRequired'
}
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment