Skip to content

Commit

Permalink
feat: edit text next chap
Browse files Browse the repository at this point in the history
  • Loading branch information
tachibana-shin committed Dec 21, 2023
1 parent 15c649c commit 7832797
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/components/truyen-tranh/readers/ReaderHorizontal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
@mousedown.stop.prevent
ref="btnNextEpRef"
>
Next Chapter
{{ $t("chuong-sau-name", [nextEpisode.name]) }}
</router-link>
</div>

Expand Down Expand Up @@ -109,7 +109,7 @@
@mousedown.stop.prevent
ref="btnNextEpRef"
>
Next Chapter
{{ $t("chuong-sau-name", [nextEpisode.name]) }}
</router-link>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/components/truyen-tranh/readers/ReaderVertical.vue
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
@click.stop
ref="btnNextEpRef"
>
Next Chapter
{{ $t("chuong-sau-name", [nextEpisode.name]) }}
</router-link>
</section>
</section>
Expand Down

0 comments on commit 7832797

Please sign in to comment.