diff options
-rw-r--r-- | core/search/js/search.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/search/js/search.js b/core/search/js/search.js index b49a4b8c6eb..cb3c3bcf7d7 100644 --- a/core/search/js/search.js +++ b/core/search/js/search.js @@ -213,7 +213,7 @@ $status.addClass('emptycontent').removeClass('status'); $status.html(''); $status.append('<div class="icon-search"></div>'); - $status.append('<h2>' + t('core', 'No search result in other places') + '</h2>'); + $status.append('<h2>' + t('core', 'No search results in other places') + '</h2>'); } else { $status.removeClass('emptycontent').addClass('status'); $status.text(n('core', '{count} search result in other places', '{count} search results in other places', count, {count:count})); |