mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 01:30:50 -04:00
Merge pull request #29797 from nextcloud/backport/29788/stable23
[stable23] Fix doc link in sharing settings
This commit is contained in:
commit
6debeae0cf
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