diff options
Diffstat (limited to 'apps')
-rw-r--r-- | apps/federatedfilesharing/templates/settings-personal.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/federatedfilesharing/templates/settings-personal.php b/apps/federatedfilesharing/templates/settings-personal.php index 32d685d3dc1..d11c186374e 100644 --- a/apps/federatedfilesharing/templates/settings-personal.php +++ b/apps/federatedfilesharing/templates/settings-personal.php @@ -8,6 +8,9 @@ style('federatedfilesharing', 'settings-personal'); <?php if ($_['outgoingServer2serverShareEnabled']): ?> <div id="fileSharingSettings" class="section"> <h2 data-anchor-name="federated-cloud"><?php p($l->t('Federated Cloud')); ?></h2> + <a target="_blank" rel="noreferrer noopener" class="icon-info svg" + title="<?php p($l->t('Open documentation'));?>" + href="<?php p(link_to_docs('user-sharing-federated')); ?>"></a> <p class="settings-hint"><?php p($l->t('You can share with anyone who uses a Nextcloud server or other Open Cloud Mesh (OCM) compatible servers and services! Just put their Federated Cloud ID in the share dialog. It looks like person@cloud.example.com')); ?></p> <p> |