Wording detail fix for favorite emptycontent view
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
parent
3a2a87d25e
commit
8b8f537f3b
1 changed files with 1 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
<div id="emptycontent" class="hidden">
|
<div id="emptycontent" class="hidden">
|
||||||
<div class="icon-starred"></div>
|
<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>
|
<p><?php p($l->t('Files and folders you mark as favorite will show up here')); ?></p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -40,4 +40,3 @@
|
||||||
<tfoot>
|
<tfoot>
|
||||||
</tfoot>
|
</tfoot>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue