Skip to content

Commit 74e0b50

Browse files
authored
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
2 parents 0e207a8 + eaeb994 commit 74e0b50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/federatedfilesharing/templates/settings-admin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
print_unescaped('checked="checked"');
2424
} ?> />
2525
<label for="outgoingServer2serverShareEnabled">
26-
<?php p($l->t('Allow users on this server to send shares to other servers'));?>
26+
<?php p($l->t('Allow users on this server to send shares to other servers. This option also allows WebDAV access to public shares'));?>
2727
</label>
2828
</p>
2929
<p>

0 commit comments

Comments
 (0)