summaryrefslogtreecommitdiffstats
path: root/apps/files/templates/simplelist.php
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2014-12-17 20:59:26 +0100
committerJan-Christoph Borchardt <hey@jancborchardt.net>2014-12-17 20:59:26 +0100
commit2be66044cc346e0936043947416ea77395ac8f96 (patch)
tree39f156f733306462a8db766c992b6ccb23924998 /apps/files/templates/simplelist.php
parent532ba99f1ccc092dc5ddfbc15b70a027bca3e558 (diff)
downloadnextcloud-server-2be66044cc346e0936043947416ea77395ac8f96.tar.gz
nextcloud-server-2be66044cc346e0936043947416ea77395ac8f96.zip
even better empty state for Favorites, and general Empty State style
Diffstat (limited to 'apps/files/templates/simplelist.php')
-rw-r--r--apps/files/templates/simplelist.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/files/templates/simplelist.php b/apps/files/templates/simplelist.php
index 15949bf704e..d806a220ac0 100644
--- a/apps/files/templates/simplelist.php
+++ b/apps/files/templates/simplelist.php
@@ -5,7 +5,8 @@
<div id="emptycontent" class="hidden">
<div class="icon-starred"></div>
- <?php p($l->t('Files and folders you mark as favorites will show up here')); ?>
+ <h2><?php p($l->t('No favorites')); ?></h2>
+ <p><?php p($l->t('Files and folders you mark as favorite will show up here')); ?></p>
</div>
<input type="hidden" name="dir" value="" id="dir">