summaryrefslogtreecommitdiffstats
path: root/templates/settings/admin/allowed-groups.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/settings/admin/allowed-groups.php')
-rw-r--r--templates/settings/admin/allowed-groups.php13
1 files changed, 0 insertions, 13 deletions
diff --git a/templates/settings/admin/allowed-groups.php b/templates/settings/admin/allowed-groups.php
deleted file mode 100644
index 1a50a918f..000000000
--- a/templates/settings/admin/allowed-groups.php
+++ /dev/null
@@ -1,13 +0,0 @@
-<?php
-/** @var array $_ */
-/** @var \OCP\IL10N $l */
-script('spreed', ['admin/allowed-groups']);
-style('spreed', ['settings-admin']);
-?>
-
-<div class="videocalls section" id="allowed_groups">
- <h2><?php p($l->t('Limit to groups')) ?></h2>
- <p class="settings-hint"><?php p($l->t('When at least one group is selected, only people of the listed groups can be part of conversations.')); ?></p>
- <p class="settings-hint"><?php p($l->t('Guests can still join public conversations.')); ?></p>
- <p class="settings-hint"><?php p($l->t('Users that can not use Talk anymore will still be listed as participants in their previous conversations and also their chat messages will be kept.')); ?></p>
-</div>