Merge pull request #4422 from nextcloud/favorite-wording-detail

Wording detail fix for favorite emptycontent view
This commit is contained in:
Roeland Jago Douma 2017-04-21 16:43:22 +02:00 committed by GitHub
commit 9a0280f1c8
1 changed files with 1 additions and 2 deletions

View File

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