mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Merge pull request #29788 from nextcloud/bugfix/noid/settings-sharing-heading-doc-link
Fix doc link in sharing settings
This commit is contained in:
commit
5957e3df61
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue