Browse Source

Wording detail fix for favorite emptycontent view

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
pull/4422/head
Jan-Christoph Borchardt 9 years ago
parent
commit
8b8f537f3b
  1. 3
      apps/files/templates/simplelist.php

3
apps/files/templates/simplelist.php

@ -2,7 +2,7 @@
<div id="emptycontent" class="hidden">
<div class="icon-starred"></div>
<h2><?php p($l->t('No favorites')); ?></h2>
<h2><?php p($l->t('No favorites yet')); ?></h2>
<p><?php p($l->t('Files and folders you mark as favorite will show up here')); ?></p>
</div>
@ -40,4 +40,3 @@
<tfoot>
</tfoot>
</table>
Loading…
Cancel
Save