summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJörn Friedrich Dreyer <jfd@butonic.de>2015-01-02 14:58:39 +0100
committerJörn Friedrich Dreyer <jfd@butonic.de>2015-01-02 14:58:39 +0100
commit152c8b3969e38eccf5204c8f7b436676e7168413 (patch)
treef9fb0a4592cbf1956ec4a198088d49ee1243afba
parent6c9d9d26bb19a22eca1cf17cf23a715320be62ba (diff)
downloadnextcloud-server-152c8b3969e38eccf5204c8f7b436676e7168413.tar.gz
nextcloud-server-152c8b3969e38eccf5204c8f7b436676e7168413.zip
text and icon fixes
-rw-r--r--apps/files/templates/list.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files/templates/list.php b/apps/files/templates/list.php
index 5b90e629ddd..55754fd0c6b 100644
--- a/apps/files/templates/list.php
+++ b/apps/files/templates/list.php
@@ -61,8 +61,8 @@
</div>
<div id="nofilterresults" class="hidden">
- <div class="icon-folder"></div>
- <h2><?php p($l->t('No files found in this folder')); ?></h2>
+ <div class="icon-search"></div>
+ <h2><?php p($l->t('No entries found in this folder')); ?></h2>
<p></p>
</div>