diff options
Diffstat (limited to 'client')
-rw-r--r-- | client/src/app/+admin/overview/users/user-edit/user-edit.component.html | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/client/src/app/+admin/overview/users/user-edit/user-edit.component.html b/client/src/app/+admin/overview/users/user-edit/user-edit.component.html index e51ccf808..ecbcfe72f 100644 --- a/client/src/app/+admin/overview/users/user-edit/user-edit.component.html +++ b/client/src/app/+admin/overview/users/user-edit/user-edit.component.html | |||
@@ -189,8 +189,12 @@ | |||
189 | <div class="form-group"> | 189 | <div class="form-group"> |
190 | <my-peertube-checkbox | 190 | <my-peertube-checkbox |
191 | inputName="byPassAutoBlock" formControlName="byPassAutoBlock" | 191 | inputName="byPassAutoBlock" formControlName="byPassAutoBlock" |
192 | i18n-labelText labelText="Doesn't need review before a video goes public" | 192 | i18n-labelText labelText="User bypasses video validation by moderators" |
193 | ></my-peertube-checkbox> | 193 | > |
194 | <ng-container ngProjectAs="description" i18n> | ||
195 | Enable this checkbox if this user doesn't need to have its videos reviewed by moderators. | ||
196 | </ng-container> | ||
197 | </my-peertube-checkbox> | ||
194 | </div> | 198 | </div> |
195 | 199 | ||
196 | <input type="submit" value="{{ getFormButtonTitle() }}" [disabled]="!form.valid"> | 200 | <input type="submit" value="{{ getFormButtonTitle() }}" [disabled]="!form.valid"> |