Fix #546 (I hope!)
This commit is contained in:
parent
47f8de2834
commit
acf24c7497
|
@ -65,8 +65,8 @@ export const USER_DESCRIPTION = {
|
|||
Validators.maxLength(250)
|
||||
],
|
||||
MESSAGES: {
|
||||
'required': 'Display name is required.',
|
||||
'minlength': 'Display name must be at least 3 characters long.',
|
||||
'maxlength': 'Display name cannot be more than 250 characters long.'
|
||||
'required': 'Description is required.',
|
||||
'minlength': 'Description must be at least 3 characters long.',
|
||||
'maxlength': 'Description cannot be more than 250 characters long.'
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue