Better auto block bypass label

pull/5573/head
Chocobozzz 2023-01-27 09:03:27 +01:00
parent a2be43f570
commit 06a9fdf433
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 6 additions and 2 deletions

View File

@ -189,8 +189,12 @@
<div class="form-group"> <div class="form-group">
<my-peertube-checkbox <my-peertube-checkbox
inputName="byPassAutoBlock" formControlName="byPassAutoBlock" inputName="byPassAutoBlock" formControlName="byPassAutoBlock"
i18n-labelText labelText="Doesn't need review before a video goes public" i18n-labelText labelText="User bypasses video validation by moderators"
></my-peertube-checkbox> >
<ng-container ngProjectAs="description" i18n>
Enable this checkbox if this user doesn't need to have its videos reviewed by moderators.
</ng-container>
</my-peertube-checkbox>
</div> </div>
<input type="submit" value="{{ getFormButtonTitle() }}" [disabled]="!form.valid"> <input type="submit" value="{{ getFormButtonTitle() }}" [disabled]="!form.valid">