]> source.dussan.org Git - nextcloud-server.git/commitdiff
adjust emptycontent messages for files and files_external
authorJan-Christoph Borchardt <hey@jancborchardt.net>
Thu, 26 Mar 2015 22:22:26 +0000 (23:22 +0100)
committerJan-Christoph Borchardt <hey@jancborchardt.net>
Thu, 26 Mar 2015 22:22:26 +0000 (23:22 +0100)
apps/files/templates/list.php
apps/files_external/templates/list.php

index 47f15d8a1486b0d8fac0fa78000cb023228d26c8..02137c7e446b6ba1d160f40983da3b20471d6add 100644 (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>
 
index 8358cc1bc3f35fe0d563c60457b37d79b07f3c1a..750bf1dae18235b3af80cd132feb124ac988cc50 100644 (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">