Wording detail fix for favorite emptycontent view

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
Jan-Christoph Borchardt 2017-04-21 14:11:49 +02:00
parent 3a2a87d25e
commit 8b8f537f3b
1 changed files with 1 additions and 2 deletions

View File

@ -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>