Skip to content
Snippets Groups Projects
Commit 2bf9219b authored by Tom Needham's avatar Tom Needham
Browse files

Fix grammar of search results phrase

parent 2c86cc82
No related branches found
No related tags found
No related merge requests found
...@@ -213,7 +213,7 @@ ...@@ -213,7 +213,7 @@
$status.addClass('emptycontent').removeClass('status'); $status.addClass('emptycontent').removeClass('status');
$status.html(''); $status.html('');
$status.append('<div class="icon-search"></div>'); $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 { } else {
$status.removeClass('emptycontent').addClass('status'); $status.removeClass('emptycontent').addClass('status');
$status.text(n('core', '{count} search result in other places', '{count} search results in other places', count, {count:count})); $status.text(n('core', '{count} search result in other places', '{count} search results in other places', count, {count:count}));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment