1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-05 02:39:33 +02:00

reword unclear sentences, check for grammar

fixes #3222
This commit is contained in:
Rigel Kent 2020-11-12 21:09:17 +01:00
parent 501af82d99
commit dc5bb5cea5
No known key found for this signature in database
GPG key ID: 5E53E96A494E452F
13 changed files with 24 additions and 28 deletions

View file

@ -27,7 +27,7 @@ export const USER_CHANNEL_NAME_VALIDATOR: BuildFormValidator = {
'required': $localize`Channel name is required.`,
'minlength': $localize`Channel name must be at least 1 character long.`,
'maxlength': $localize`Channel name cannot be more than 50 characters long.`,
'pattern': $localize`Channel name should be lowercase alphanumeric; dots and underscores are allowed.`
'pattern': $localize`Channel name should be lowercase, and can contain only alphanumeric characters, dots and underscores.`
}
}