Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Framasoft
PeerTube
PeerTube
Commits
0cc85266
Verified
Commit
0cc85266
authored
Jun 20, 2022
by
Chocobozzz
Browse files
Fix typo
parent
714e33a7
Changes
3
Hide whitespace changes
Inline
Side-by-side
client/src/app/+signup/+verify-account/verify-account-routing.module.ts
View file @
0cc85266
...
...
@@ -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 you
r
account`
}
}
}
...
...
client/src/app/modal/admin-welcome-modal.component.html
View file @
0cc85266
...
...
@@ -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>
...
...
client/src/app/shared/form-validators/video-channel-validators.ts
View file @
0cc85266
...
...
@@ -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
.
`
}
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment