1
0
Fork 0

Fix message when updating my profile

This commit is contained in:
Chocobozzz 2018-05-09 09:42:15 +02:00
commit bf69686953

View file

@ -65,8 +65,8 @@ export const USER_DESCRIPTION = {
Validators.maxLength(250) Validators.maxLength(250)
], ],
MESSAGES: { MESSAGES: {
'required': 'Display name is required.', 'required': 'Description is required.',
'minlength': 'Display name must be at least 3 characters long.', 'minlength': 'Description must be at least 3 characters long.',
'maxlength': 'Display name cannot be more than 250 characters long.' 'maxlength': 'Description cannot be more than 250 characters long.'
} }
} }