summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.");
}
}