diff options
Diffstat (limited to 'apps')
-rw-r--r-- | apps/files_external/templates/list.php | 1 |
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> |