diff options
author | Vincent Petry <vincent@nextcloud.com> | 2021-11-19 14:58:44 +0100 |
---|---|---|
committer | Vincent Petry <vincent@nextcloud.com> | 2021-11-19 14:58:44 +0100 |
commit | 89cbd7b1c1f9a9bcebbc02fb582f821a46bda10b (patch) | |
tree | 8920f352071fc44bbf24834301a7cec5d60a4cb4 /apps/settings/templates | |
parent | c35ad0c20d420c3056565c6bad21133dc035b2df (diff) | |
download | nextcloud-server-89cbd7b1c1f9a9bcebbc02fb582f821a46bda10b.tar.gz nextcloud-server-89cbd7b1c1f9a9bcebbc02fb582f821a46bda10b.zip |
Fix doc link in sharing settings
The doc link "i" icon was on the wrong line.
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
Diffstat (limited to 'apps/settings/templates')
-rw-r--r-- | apps/settings/templates/settings/admin/sharing.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/settings/templates/settings/admin/sharing.php b/apps/settings/templates/settings/admin/sharing.php index 62be48dc99d..b699e152198 100644 --- a/apps/settings/templates/settings/admin/sharing.php +++ b/apps/settings/templates/settings/admin/sharing.php @@ -32,10 +32,10 @@ <?php if ($_['sharingAppEnabled'] === false) { ?> <p class="warning"><?php p($l->t('You need to enable the File sharing App.')); ?></p> <?php } else { ?> - <div> <a target="_blank" rel="noreferrer noopener" class="icon-info" title="<?php p($l->t('Open documentation'));?>" href="<?php p(link_to_docs('admin-sharing')); ?>"></a> + <div> <p class="settings-hint"><?php p($l->t('As admin you can fine-tune the sharing behavior. Please see the documentation for more information.'));?></p> <p id="enable"> <input type="checkbox" name="shareapi_enabled" id="shareAPIEnabled" class="checkbox" |