Skip to content

Commit

Permalink
Better auto block bypass label
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocobozzz committed Jan 27, 2023
1 parent a2be43f commit 06a9fdf
Showing 1 changed file with 6 additions and 2 deletions.
Expand Up @@ -189,8 +189,12 @@
<div class="form-group">
<my-peertube-checkbox
inputName="byPassAutoBlock" formControlName="byPassAutoBlock"
i18n-labelText labelText="Doesn't need review before a video goes public"
></my-peertube-checkbox>
i18n-labelText labelText="User bypasses video validation by moderators"
>
<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>

<input type="submit" value="{{ getFormButtonTitle() }}" [disabled]="!form.valid">
Expand Down

0 comments on commit 06a9fdf

Please sign in to comment.