From 0cc85266a4a872122052dcc51f7d3385a52f1b41 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 20 Jun 2022 10:56:32 +0200 Subject: Fix typo --- client/src/app/shared/form-validators/video-channel-validators.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/src/app/shared/form-validators') 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 = { ], MESSAGES: { minlength: $localize`Support text must be at least 3 characters long.`, - maxlength: $localize`Support text cannot be more than 1000 characters long` + maxlength: $localize`Support text cannot be more than 1000 characters long.` } } -- cgit v1.2.3