fix reader chapter transition warning chapters number (#846)
This commit is contained in:
@@ -219,7 +219,7 @@ export class ReaderControls {
|
|||||||
const continuousChapter = isContinuousChapter
|
const continuousChapter = isContinuousChapter
|
||||||
? ''
|
? ''
|
||||||
: t(offsetToTranslationKeys[offset].chapter_number, {
|
: t(offsetToTranslationKeys[offset].chapter_number, {
|
||||||
count: missingChapters,
|
count: missingChapters - 1,
|
||||||
nextChapter: `#${chapterToOpen.chapterNumber} ${chapterToOpen.name}`,
|
nextChapter: `#${chapterToOpen.chapterNumber} ${chapterToOpen.name}`,
|
||||||
currentChapter: `#${currentChapter.chapterNumber} ${currentChapter.name}`,
|
currentChapter: `#${currentChapter.chapterNumber} ${currentChapter.name}`,
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user