Merge pull request #22852 from nextcloud/mention-in-the-settings-the-side-effect-of-outgoing-federated-shares
Mention in the settings the side effect of outgoing federated shares
This commit is contained in:
commit
74e0b50199
|
@ -23,7 +23,7 @@ style('federatedfilesharing', 'settings-admin');
|
|||
print_unescaped('checked="checked"');
|
||||
} ?> />
|
||||
<label for="outgoingServer2serverShareEnabled">
|
||||
<?php p($l->t('Allow users on this server to send shares to other servers'));?>
|
||||
<?php p($l->t('Allow users on this server to send shares to other servers. This option also allows WebDAV access to public shares'));?>
|
||||
</label>
|
||||
</p>
|
||||
<p>
|
||||
|
|
Loading…
Reference in New Issue