diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2017-04-21 14:11:49 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2017-04-21 14:11:49 +0200 |
commit | 8b8f537f3b21dc0d64440737e56f4528ce7ab2ce (patch) | |
tree | e9eb017aca5eb7571fdc321b6067f0c0c6c2b30d | |
parent | 3a2a87d25ed12cf14bfbcde28508959e45841035 (diff) | |
download | nextcloud-server-8b8f537f3b21dc0d64440737e56f4528ce7ab2ce.tar.gz nextcloud-server-8b8f537f3b21dc0d64440737e56f4528ce7ab2ce.zip |
Wording detail fix for favorite emptycontent view
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
-rw-r--r-- | apps/files/templates/simplelist.php | 3 |
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> - |