diff options
Diffstat (limited to 'client/src')
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 = [ | |||
21 | component: VerifyAccountAskSendEmailComponent, | 21 | component: VerifyAccountAskSendEmailComponent, |
22 | data: { | 22 | data: { |
23 | meta: { | 23 | meta: { |
24 | title: $localize`Ask to send an email to verify you account` | 24 | title: $localize`Ask to send an email to verify your account` |
25 | } | 25 | } |
26 | } | 26 | } |
27 | } | 27 | } |
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 @@ | |||
56 | 56 | ||
57 | <p i18n> | 57 | <p i18n> |
58 | Choosing your <strong>instance name</strong>, <strong>setting up a description</strong>, specifying <strong>who you are</strong>, | 58 | Choosing your <strong>instance name</strong>, <strong>setting up a description</strong>, specifying <strong>who you are</strong>, |
59 | why <strong>you created your instance</strong> and <strong>how long</strong> you plan to <strong>maintain your it</strong> | 59 | why <strong>you created your instance</strong> and <strong>how long</strong> you plan to <strong>maintain it</strong> |
60 | is very important for visitors to understand on what type of instance they are. | 60 | is very important for visitors to understand on what type of instance they are. |
61 | </p> | 61 | </p> |
62 | 62 | ||
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 | } |