1
0
Fork 0
This commit is contained in:
Chocobozzz 2022-06-20 10:56:32 +02:00
parent 714e33a742
commit 0cc85266a4
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
3 changed files with 3 additions and 3 deletions

View File

@ -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`
}
}
}

View File

@ -56,7 +56,7 @@
<p i18n>
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.
</p>

View File

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