mirror of
https://github.com/nextcloud/server.git
synced 2026-02-20 00:12:30 -05:00
Fix grammar of search results phrase
This commit is contained in:
parent
2c86cc821c
commit
2bf9219be3
1 changed files with 1 additions and 1 deletions
|
|
@ -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}));
|
||||
|
|
|
|||
Loading…
Reference in a new issue