From 32221ab0b4b1d10c7e72bd5de0f262efaf704d9c Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 26 Feb 2017 19:17:33 +0300 Subject: adjust some reader error messages --- read.html | 4 ++-- 1 file 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."); } } -- cgit v1.2.3