summaryrefslogtreecommitdiffstats
path: root/core/search/js
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2016-09-09 18:01:00 +0200
committerJan-Christoph Borchardt <hey@jancborchardt.net>2016-09-09 18:01:00 +0200
commita45cfbc2d2754030510ac98607ca2cc53d750b57 (patch)
tree682ac3a904f90b355d6099fee460611c855ac34c /core/search/js
parent3431591f34750fd9e7a085d7e041c1e762c86c52 (diff)
downloadnextcloud-server-a45cfbc2d2754030510ac98607ca2cc53d750b57.tar.gz
nextcloud-server-a45cfbc2d2754030510ac98607ca2cc53d750b57.zip
search design details
Diffstat (limited to 'core/search/js')
-rw-r--r--core/search/js/search.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/search/js/search.js b/core/search/js/search.js
index ef99cf7e961..e75060479b6 100644
--- a/core/search/js/search.js
+++ b/core/search/js/search.js
@@ -217,7 +217,7 @@
$status.addClass('emptycontent').removeClass('status');
$status.html('');
$status.append('<div class="icon-search"></div>');
- $status.append('<h2>' + t('core', 'No search results in other folders') + '</h2>');
+ $status.append('<h2>' + t('core', 'No search results in other folders {filter}', {filter:this._filter}) + '</h2>');
} else {
$status.removeClass('emptycontent').addClass('status');
$status.text(n('core', '{count} search result in another folder', '{count} search results in other folders', count, {count:count}));