better message

This commit is contained in:
Daniel Bulant 2021-05-22 13:18:07 +02:00
parent 6fc00f06de
commit 561afea3ab

View file

@ -26,7 +26,7 @@
var progress = 0;
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();
async function prepare(chapter) {
state = "active";