aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--client/src/app/shared/instance/instance-features-table.component.ts4
1 files changed, 4 insertions, 0 deletions
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
@@ -51,6 +51,10 @@ export class InstanceFeaturesTableComponent implements OnInit {
51 value: config.signup.allowed 51 value: config.signup.allowed
52 }, 52 },
53 { 53 {
54 label: this.i18n('Video uploads require manual validation by moderators'),
55 value: config.autoBlacklist.videos.ofUsers.enabled
56 },
57 {
54 label: this.i18n('Transcode your videos in multiple resolutions'), 58 label: this.i18n('Transcode your videos in multiple resolutions'),
55 value: config.transcoding.enabledResolutions.length !== 0 59 value: config.transcoding.enabledResolutions.length !== 0
56 }, 60 },