summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoeland Jago Douma <rullzer@users.noreply.github.com>2017-04-21 16:43:22 +0200
committerGitHub <noreply@github.com>2017-04-21 16:43:22 +0200
commit9a0280f1c8575f3ef1a76501fae9801d8a45fe6f (patch)
tree9c1410caa9cccd915ce4c8d79eec502a44bb8f4b
parent56051665239fcf961a413f09c9ce16b5bbf7d04e (diff)
parent8b8f537f3b21dc0d64440737e56f4528ce7ab2ce (diff)
downloadnextcloud-server-9a0280f1c8575f3ef1a76501fae9801d8a45fe6f.tar.gz
nextcloud-server-9a0280f1c8575f3ef1a76501fae9801d8a45fe6f.zip
Merge pull request #4422 from nextcloud/favorite-wording-detail
Wording detail fix for favorite emptycontent view
-rw-r--r--apps/files/templates/simplelist.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/files/templates/simplelist.php b/apps/files/templates/simplelist.php
index ca26d9b5d5b..c787f9eb8df 100644
--- a/apps/files/templates/simplelist.php
+++ b/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>
-