From a45cfbc2d2754030510ac98607ca2cc53d750b57 Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Fri, 9 Sep 2016 18:01:00 +0200 Subject: search design details --- core/search/js/search.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/search/js') 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(''); - $status.append('

' + t('core', 'No search results in other folders') + '

'); + $status.append('

' + t('core', 'No search results in other folders {filter}', {filter:this._filter}) + '

'); } 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})); -- cgit v1.2.3