Skip to content

Commit

Permalink
fix(webui): footer text displayed over book content
Browse files Browse the repository at this point in the history
Closes: #1489
  • Loading branch information
gotson committed Aug 23, 2024
1 parent da35140 commit 6794e24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion komga-webui/src/views/EpubReader.vue
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@
v-if="!verticalScroll"
>
<v-row>
<v-col cols="auto">
<v-col cols="10" class="text-truncate">
{{ $t('epubreader.page_of', {page: progressionPage, count: progressionPageCount}) }}
({{ progressionTitle || $t('epubreader.current_chapter') }})
</v-col>
Expand Down

0 comments on commit 6794e24

Please sign in to comment.