summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2017-02-26 19:17:33 +0300
committerAndrew Dolgov <[email protected]>2017-02-26 19:17:33 +0300
commit32221ab0b4b1d10c7e72bd5de0f262efaf704d9c (patch)
treea779d732e6777476ef8ffb4421ebaabc2db1d366
parentbd6cc25bc5cabe4bf4f2ec9ccf4da8bd37fcbfa7 (diff)
adjust some reader error messages
-rw-r--r--read.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/read.html b/read.html
index 0f60695..f9f9cc4 100644
--- a/read.html
+++ b/read.html
@@ -216,7 +216,7 @@
RSVP.on('error', function(error) {
if ($(".loading").is(":visible")) {
- $(".loading_message").html("Unable to download book.");
+ $(".loading_message").html("Unable to load book.");
}
console.log(error);
});
@@ -265,7 +265,7 @@
});
} else {
- $(".loading_message").html("Unable to download books while offline.");
+ $(".loading_message").html("This book is not available offline.");
}
}