Browse Source

Clarify that federated sharing settings may also affect shares between users on the current instance

Signed-off-by: Julius Härtl <jus@bitgrid.net>
tags/v23.0.0beta1
Julius Härtl 3 years ago
parent
commit
660c0f7942
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      apps/federatedfilesharing/templates/settings-admin.php

+ 1
- 1
apps/federatedfilesharing/templates/settings-admin.php View File

@@ -15,7 +15,7 @@ style('federatedfilesharing', 'settings-admin');
title="<?php p($l->t('Open documentation'));?>"
href="<?php p(link_to_docs('admin-sharing-federated')); ?>"></a>

<p class="settings-hint"><?php p($l->t('Adjust how people can share between servers.')); ?></p>
<p class="settings-hint"><?php p($l->t('Adjust how people can share between servers. This includes shares between users on this server as well if they are using federated sharing.')); ?></p>

<p>
<input type="checkbox" name="outgoing_server2server_share_enabled" id="outgoingServer2serverShareEnabled" class="checkbox"

Loading…
Cancel
Save