mirror of
https://github.com/danbulant/Mangades
synced 2026-07-05 19:10:58 +00:00
better message
This commit is contained in:
parent
6fc00f06de
commit
561afea3ab
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@
|
||||||
|
|
||||||
var progress = 0;
|
var progress = 0;
|
||||||
var state = "idle";
|
var state = "idle";
|
||||||
var text = "Choose a chapter to view or download";
|
var text = "Choose a chapter to view online or download EPUB";
|
||||||
var enc = new TextEncoder();
|
var enc = new TextEncoder();
|
||||||
async function prepare(chapter) {
|
async function prepare(chapter) {
|
||||||
state = "active";
|
state = "active";
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue