Fix #546 (I hope!)

This commit is contained in:
Gérald Niel 2018-05-09 09:30:17 +02:00
parent 47f8de2834
commit acf24c7497
1 changed files with 3 additions and 3 deletions

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.'
} }
} }