diff options
Diffstat (limited to 'client/src/app/shared')
-rw-r--r-- | client/src/app/shared/forms/form-validators/video.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/shared/forms/form-validators/video.ts b/client/src/app/shared/forms/form-validators/video.ts index 3766d4018..b2e612c62 100644 --- a/client/src/app/shared/forms/form-validators/video.ts +++ b/client/src/app/shared/forms/form-validators/video.ts | |||
@@ -18,7 +18,7 @@ export const VIDEO_DESCRIPTION = { | |||
18 | }; | 18 | }; |
19 | 19 | ||
20 | export const VIDEO_TAGS = { | 20 | export const VIDEO_TAGS = { |
21 | VALIDATORS: [ Validators.pattern('^[a-zA-Z0-9]{2,10}$') ], | 21 | VALIDATORS: [ Validators.pattern('^[a-zA-Z0-9]{0,10}$') ], |
22 | MESSAGES: { | 22 | MESSAGES: { |
23 | 'pattern': 'A tag should be between 2 and 10 alphanumeric characters long.' | 23 | 'pattern': 'A tag should be between 2 and 10 alphanumeric characters long.' |
24 | } | 24 | } |