mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-05 10:49:28 +02:00
Improve validator text, I guess
This commit is contained in:
parent
2c5eab14ba
commit
0edcbd7530
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ export const USER_HANDLE_VALIDATOR: BuildFormValidator = {
|
||||||
],
|
],
|
||||||
MESSAGES: {
|
MESSAGES: {
|
||||||
'required': $localize`Handle is required.`,
|
'required': $localize`Handle is required.`,
|
||||||
'pattern': $localize`Handle must be valid (chocobozzz@example.com).`
|
'pattern': $localize`Handle must be valid (eg. chocobozzz@example.com).`
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue