From 0cc85266a4a872122052dcc51f7d3385a52f1b41 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 20 Jun 2022 10:56:32 +0200 Subject: [PATCH] Fix typo --- .../+signup/+verify-account/verify-account-routing.module.ts | 2 +- client/src/app/modal/admin-welcome-modal.component.html | 2 +- .../src/app/shared/form-validators/video-channel-validators.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/client/src/app/+signup/+verify-account/verify-account-routing.module.ts b/client/src/app/+signup/+verify-account/verify-account-routing.module.ts index 1bc636345..d53a5ed78 100644 --- a/client/src/app/+signup/+verify-account/verify-account-routing.module.ts +++ b/client/src/app/+signup/+verify-account/verify-account-routing.module.ts @@ -21,7 +21,7 @@ const verifyAccountRoutes: Routes = [ component: VerifyAccountAskSendEmailComponent, data: { meta: { - title: $localize`Ask to send an email to verify you account` + title: $localize`Ask to send an email to verify your account` } } } diff --git a/client/src/app/modal/admin-welcome-modal.component.html b/client/src/app/modal/admin-welcome-modal.component.html index f5d2b8799..b74d73185 100644 --- a/client/src/app/modal/admin-welcome-modal.component.html +++ b/client/src/app/modal/admin-welcome-modal.component.html @@ -56,7 +56,7 @@

Choosing your instance name, setting up a description, specifying who you are, - why you created your instance and how long you plan to maintain your it + why you created your instance and how long you plan to maintain it is very important for visitors to understand on what type of instance they are.

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.` } } -- 2.41.0