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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordavitol <dtoledo@solidgear.es>2016-08-24 11:44:18 +0300
committerLukas Reschke <lukas@statuscode.ch>2016-08-29 15:29:46 +0300
commitad0090d51a3b3e52bcc28b59118494c2a1b89e36 (patch)
tree4d54d285a5b6ff0710d73d4b1f08e5008f345e11 /apps/files_external/templates
parent9b5a5dcf891f0049f45bc2435e602aac401e90a5 (diff)
add in files view a link to personal files external
Diffstat (limited to 'apps/files_external/templates')
-rw-r--r--apps/files_external/templates/list.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/files_external/templates/list.php b/apps/files_external/templates/list.php
index d6218ab871b..d006514bcde 100644
--- a/apps/files_external/templates/list.php
+++ b/apps/files_external/templates/list.php
@@ -7,7 +7,6 @@
<div id="emptycontent" class="hidden">
<div class="icon-external"></div>
<h2><?php p($l->t('No external storage configured')); ?></h2>
- <p><?php p($l->t('You can add external storages in the personal settings')); ?></p>
<p><a href="<?php p(link_to('', 'index.php/settings/personal#files_external' )); ?>"><?php p($l->t('You can add external storages in the personal settings')); ?></a></p>
</div>