dots are allowed in actor names
[oweals/peertube.git] / client / src / app / shared / forms / form-validators / video-channel-validators.service.ts
index e657f36cfd1a509d4146fa0487421af643fb66e5..1c519c10acb02710a2e1fdbedd244647009df4b0 100644 (file)
@@ -22,7 +22,7 @@ export class VideoChannelValidatorsService {
         'required': this.i18n('Name is required.'),
         'minlength': this.i18n('Name must be at least 1 character long.'),
         'maxlength': this.i18n('Name cannot be more than 50 characters long.'),
-        'pattern': this.i18n('Name should be lowercase alphanumeric; underscores are allowed.')
+        'pattern': this.i18n('Name should be lowercase alphanumeric; dots and underscores are allowed.')
       }
     }