adjust emptycontent messages for files and files_external

This commit is contained in:
Jan-Christoph Borchardt 2015-03-26 23:22:26 +01:00
parent 746be98e03
commit e09fd331eb
2 changed files with 2 additions and 2 deletions

View File

@ -53,7 +53,7 @@
<div id="emptycontent" class="hidden">
<div class="icon-folder"></div>
<h2><?php p($l->t('No files yet')); ?></h2>
<h2><?php p($l->t('No files in here')); ?></h2>
<p><?php p($l->t('Upload some content or sync with your devices!')); ?></p>
</div>

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 configure external storages in the personal settings')); ?></p>
<p><?php p($l->t('You can add external storages in the personal settings')); ?></p>
</div>
<input type="hidden" name="dir" value="" id="dir">