summaryrefslogtreecommitdiffstats
path: root/apps/files
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2015-03-27 01:17:46 +0100
committerThomas Müller <thomas.mueller@tmit.eu>2015-03-27 01:17:46 +0100
commit710498402f7ac0c007999dd9d0bd70a2dc73a351 (patch)
tree4384086f2fee014024ee866999e35c8af57383f1 /apps/files
parentf72939df91fdf340bf0f01bf74227f667f3336b4 (diff)
parent6b4985f5ad4372de1a70d25916108912bda9cc6a (diff)
downloadnextcloud-server-710498402f7ac0c007999dd9d0bd70a2dc73a351.tar.gz
nextcloud-server-710498402f7ac0c007999dd9d0bd70a2dc73a351.zip
Merge pull request #15256 from owncloud/emptycontent-messages
fine-tuning the empty content messages
Diffstat (limited to 'apps/files')
-rw-r--r--apps/files/templates/list.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/templates/list.php b/apps/files/templates/list.php
index 47f15d8a148..02137c7e446 100644
--- a/apps/files/templates/list.php
+++ b/apps/files/templates/list.php
@@ -53,7 +53,7 @@
<div id="emptycontent" class="hidden">
<div class="icon-folder"></div>
- <h2><?php p($l->t('No files yet')); ?></h2>
+ <h2><?php p($l->t('No files in here')); ?></h2>
<p><?php p($l->t('Upload some content or sync with your devices!')); ?></p>
</div>