Merge pull request #1137 from nextcloud/external_storage_lnk

External storage lnk
This commit is contained in:
Lukas Reschke 2016-08-31 12:00:48 +02:00 committed by GitHub
commit b3ad3a3086
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
<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>
<input type="hidden" name="dir" value="" id="dir">