diff --git a/client/components/Search/AuthorList/AuthorList.vue b/client/components/Search/AuthorList/AuthorList.vue
index 0ca25cc..4fbe4ba 100644
--- a/client/components/Search/AuthorList/AuthorList.vue
+++ b/client/components/Search/AuthorList/AuthorList.vue
@@ -152,7 +152,7 @@ class AuthorList extends BaseList {
}
get foundCountMessage() {
- return `Найден${utils.wordEnding(this.list.totalFound, 2)} ${this.list.totalFound} автор${utils.wordEnding(this.list.totalFound)}`;
+ return `Всего найден${utils.wordEnding(this.list.totalFound, 2)} ${this.list.totalFound} автор${utils.wordEnding(this.list.totalFound)}`;
}
isFoundSeriesBook(seriesItem, seriesBook) {
diff --git a/client/components/Search/Search.vue b/client/components/Search/Search.vue
index e877e75..e0b6217 100644
--- a/client/components/Search/Search.vue
+++ b/client/components/Search/Search.vue
@@ -94,16 +94,6 @@
{{ `${(extendedParams ? 'Скрыть' : 'Показать')} дополнительные критерии поиска` }}
-
-
-
-
- {{ foundCountMessage }}
-
-
- Ничего не найдено
-
-
-
-
+
+
+
+
+
+ {{ foundCountMessage }}
+
+
-
+
-