Merge pull request #4422 from nextcloud/favorite-wording-detail
Wording detail fix for favorite emptycontent view
This commit is contained in:
commit
9a0280f1c8
|
@ -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…
Reference in New Issue