Поправки разметки

This commit is contained in:
Book Pauk
2022-10-27 18:48:02 +07:00
parent 529095e014
commit c33fc407d2
4 changed files with 18 additions and 13 deletions

View File

@@ -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 `${this.list.totalFound} автор${utils.wordEnding(this.list.totalFound)} найден${utils.wordEnding(this.list.totalFound, 2)}`;
}
isFoundSeriesBook(seriesItem, seriesBook) {