From 32157c0892ed000d15ad8fbc89e90fd005a5f4e8 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 5 Apr 2019 15:45:50 +0200 Subject: Add auto blacklist info in feature table --- client/src/app/shared/instance/instance-features-table.component.ts | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'client') diff --git a/client/src/app/shared/instance/instance-features-table.component.ts b/client/src/app/shared/instance/instance-features-table.component.ts index a4924a0d5..c0257fd59 100644 --- a/client/src/app/shared/instance/instance-features-table.component.ts +++ b/client/src/app/shared/instance/instance-features-table.component.ts @@ -50,6 +50,10 @@ export class InstanceFeaturesTableComponent implements OnInit { label: this.i18n('User registration allowed'), value: config.signup.allowed }, + { + label: this.i18n('Video uploads require manual validation by moderators'), + value: config.autoBlacklist.videos.ofUsers.enabled + }, { label: this.i18n('Transcode your videos in multiple resolutions'), value: config.transcoding.enabledResolutions.length !== 0 -- cgit v1.2.3