Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloud.com.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJos Poortvliet <jospoortvliet@gmail.com>2020-05-14 11:36:45 +0300
committerJos Poortvliet <jospoortvliet@gmail.com>2020-05-14 11:36:45 +0300
commit7e214089e16e3a04e1569ad8618fb2d3b2ca28a4 (patch)
tree222e8868918ae75755a0e9067abc4f95a93a6866 /page-sharing.php
parente70feff82c1dbe812f01e10b45017e1f60502dfd (diff)
fix sloppyness
Signed-off-by: Jos Poortvliet <jospoortvliet@gmail.com>
Diffstat (limited to 'page-sharing.php')
-rw-r--r--page-sharing.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/page-sharing.php b/page-sharing.php
index 5af77718..1d6ca6ca 100644
--- a/page-sharing.php
+++ b/page-sharing.php
@@ -97,7 +97,7 @@ require(["require.config"], function() {
<ul>
<li><?php echo $l->t('Share with individual users, groups or create custom groups with the');?> <a class="hyperlink" href="https://apps.nextcloud.com/apps/circles">Circles app.</a></li>
<li><?php echo $l->t('Share photo galleries');?></li>
- <li><?php echo $l->t('Share public links read-only,');?> <a class="hyperlink" href="https://nextcloud.com/de/blog/secure-view-prevent-your-shared-files-from-getting-downloaded/)"><?php echo $l->t('secure view (no download/print/copy-paste)');?></a> <?php echo $l->t('or with editing capabilities');?></li>
+ <li><?php echo $l->t('Share public links read-only,');?> <a class="hyperlink" href="https://nextcloud.com/blog/secure-view-prevent-your-shared-files-from-getting-downloaded"><?php echo $l->t('secure view (no download/print/copy-paste)');?></a> <?php echo $l->t('or with editing capabilities');?></li>
<li><?php echo $l->t('Attach notes to a share, either to a Nextcloud user or to a public link');?></li>
<li><?php echo $l->t('Share directly to users on other Nextcloud, ownCloud or Pydio servers (see below:');?> <a class="hyperlink" href="#federation">federation</a>)</li>
<li><?php echo $l->t('Choose to automatically accept all incoming shares, or choose to accept them on a case by case basis');?></li>