diff options
author | Chocobozzz <me@florianbigard.com> | 2022-06-20 10:56:32 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-06-20 10:56:32 +0200 |
commit | 0cc85266a4a872122052dcc51f7d3385a52f1b41 (patch) | |
tree | 1950f13e669a93b6c9c7c9c77fb714e7591bb6ad /client/src/app/shared | |
parent | 714e33a7428b71ef98129ce85a4bd64140bcd912 (diff) | |
download | PeerTube-0cc85266a4a872122052dcc51f7d3385a52f1b41.tar.gz PeerTube-0cc85266a4a872122052dcc51f7d3385a52f1b41.tar.zst PeerTube-0cc85266a4a872122052dcc51f7d3385a52f1b41.zip |
Fix typo
Diffstat (limited to 'client/src/app/shared')
-rw-r--r-- | client/src/app/shared/form-validators/video-channel-validators.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/shared/form-validators/video-channel-validators.ts b/client/src/app/shared/form-validators/video-channel-validators.ts index 48f5b1a2c..163faf270 100644 --- a/client/src/app/shared/form-validators/video-channel-validators.ts +++ b/client/src/app/shared/form-validators/video-channel-validators.ts | |||
@@ -45,6 +45,6 @@ export const VIDEO_CHANNEL_SUPPORT_VALIDATOR: BuildFormValidator = { | |||
45 | ], | 45 | ], |
46 | MESSAGES: { | 46 | MESSAGES: { |
47 | minlength: $localize`Support text must be at least 3 characters long.`, | 47 | minlength: $localize`Support text must be at least 3 characters long.`, |
48 | maxlength: $localize`Support text cannot be more than 1000 characters long` | 48 | maxlength: $localize`Support text cannot be more than 1000 characters long.` |
49 | } | 49 | } |
50 | } | 50 | } |