]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/shared/forms/form-validators/user-validators.service.ts
Implement contact form in the client
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / forms / form-validators / user-validators.service.ts
index b1c61d6df94fcad102d78db711ff4d417fc585fc..6589b25804ed73eda6d7fa10130085fad51d4cd3 100644 (file)
@@ -31,7 +31,7 @@ export class UserValidatorsService {
         'required': this.i18n('Username is required.'),
         'minlength': this.i18n('Username must be at least 1 character long.'),
         'maxlength': this.i18n('Username cannot be more than 50 characters long.'),
-        'pattern': this.i18n('Username should be lowercase alphanumeric; underscores are allowed.')
+        'pattern': this.i18n('Username should be lowercase alphanumeric; dots and underscores are allowed.')
       }
     }