diff options
author | Daniel Calviño Sánchez <danxuliu@gmail.com> | 2020-09-15 02:30:19 +0200 |
---|---|---|
committer | Daniel Calviño Sánchez <danxuliu@gmail.com> | 2020-09-15 02:30:19 +0200 |
commit | eaeb994a20686911341aacbe888268d67286cfbe (patch) | |
tree | f18ae2ca445b95682784deed6a8edbb05854bc84 /apps/federatedfilesharing/templates | |
parent | 0e207a8756e2825cd2005b7b625d341351c6f8a7 (diff) | |
download | nextcloud-server-eaeb994a20686911341aacbe888268d67286cfbe.tar.gz nextcloud-server-eaeb994a20686911341aacbe888268d67286cfbe.zip |
Mention in the settings the side effect of outgoing federated shares
Currently outgoing federated shares need to be enabled to allow WebDAV
access to public shares.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Diffstat (limited to 'apps/federatedfilesharing/templates')
-rw-r--r-- | apps/federatedfilesharing/templates/settings-admin.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/federatedfilesharing/templates/settings-admin.php b/apps/federatedfilesharing/templates/settings-admin.php index a7041d90821..6587cd19dd9 100644 --- a/apps/federatedfilesharing/templates/settings-admin.php +++ b/apps/federatedfilesharing/templates/settings-admin.php @@ -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> |