summaryrefslogtreecommitdiff
path: root/tt-rss.js
diff options
context:
space:
mode:
Diffstat (limited to 'tt-rss.js')
-rw-r--r--tt-rss.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/tt-rss.js b/tt-rss.js
index 6ad0adff7..9b77aa53a 100644
--- a/tt-rss.js
+++ b/tt-rss.js
@@ -153,7 +153,7 @@ function backend_sanity_check_callback() {
try {
if (!xmlhttp.responseXML) {
- fatalError(3, "[D001, Reply is not XML]: " + xmlhttp.responseText);
+ fatalError(3, "[D001, Received reply is not XML]: " + xmlhttp.responseText);
return;
}