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

This commit is contained in:
Book Pauk
2022-10-28 18:21:57 +07:00
parent 52f3938077
commit 52ed97c8de
3 changed files with 3 additions and 3 deletions

View File

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