summaryrefslogtreecommitdiffstats
path: root/templates/settings/admin/allowed-groups.php
blob: 1a50a918f16dda82c265575c7fc55578772bd164 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?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>