diff options
Diffstat (limited to 'client/src/app/shared')
-rw-r--r-- | client/src/app/shared/forms/form-validators/user.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/shared/forms/form-validators/user.ts b/client/src/app/shared/forms/form-validators/user.ts index e7473b75b..9d200649c 100644 --- a/client/src/app/shared/forms/form-validators/user.ts +++ b/client/src/app/shared/forms/form-validators/user.ts | |||
@@ -32,6 +32,6 @@ export const USER_VIDEO_QUOTA = { | |||
32 | export const USER_ROLE = { | 32 | export const USER_ROLE = { |
33 | VALIDATORS: [ Validators.required ], | 33 | VALIDATORS: [ Validators.required ], |
34 | MESSAGES: { | 34 | MESSAGES: { |
35 | 'required': 'User role is required.', | 35 | 'required': 'User role is required.' |
36 | } | 36 | } |
37 | } | 37 | } |