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

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

@@ -117,7 +117,7 @@ import _ from 'lodash';
class SeriesList extends BaseList {
get foundCountMessage() {
return `Всего найден${utils.wordEnding(this.list.totalFound, 4)} ${this.list.totalFound} сери${utils.wordEnding(this.list.totalFound, 1)}`;
return `${this.list.totalFound} сери${utils.wordEnding(this.list.totalFound, 1)} найден${utils.wordEnding(this.list.totalFound, 4)}`;
}
isFoundSeriesBook(seriesItem, seriesBook) {