Fix typo
This commit is contained in:
parent
714e33a742
commit
0cc85266a4
|
@ -21,7 +21,7 @@ const verifyAccountRoutes: Routes = [
|
||||||
component: VerifyAccountAskSendEmailComponent,
|
component: VerifyAccountAskSendEmailComponent,
|
||||||
data: {
|
data: {
|
||||||
meta: {
|
meta: {
|
||||||
title: $localize`Ask to send an email to verify you account`
|
title: $localize`Ask to send an email to verify your account`
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -56,7 +56,7 @@
|
||||||
|
|
||||||
<p i18n>
|
<p i18n>
|
||||||
Choosing your <strong>instance name</strong>, <strong>setting up a description</strong>, specifying <strong>who you are</strong>,
|
Choosing your <strong>instance name</strong>, <strong>setting up a description</strong>, specifying <strong>who you are</strong>,
|
||||||
why <strong>you created your instance</strong> and <strong>how long</strong> you plan to <strong>maintain your it</strong>
|
why <strong>you created your instance</strong> and <strong>how long</strong> you plan to <strong>maintain it</strong>
|
||||||
is very important for visitors to understand on what type of instance they are.
|
is very important for visitors to understand on what type of instance they are.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|
|
@ -45,6 +45,6 @@ export const VIDEO_CHANNEL_SUPPORT_VALIDATOR: BuildFormValidator = {
|
||||||
],
|
],
|
||||||
MESSAGES: {
|
MESSAGES: {
|
||||||
minlength: $localize`Support text must be at least 3 characters long.`,
|
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.`
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue