From 415a3b50c9879027d5367696ef2b21200cbd5827 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 7 Jun 2015 18:41:18 +0300 Subject: fix some minor typos and stuff --- js/tt-rss.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'js/tt-rss.js') diff --git a/js/tt-rss.js b/js/tt-rss.js index 38182c7ad..08602c8e5 100644 --- a/js/tt-rss.js +++ b/js/tt-rss.js @@ -767,7 +767,7 @@ function parse_runtime_info(data) { } if (k == "daemon_is_running" && v != 1) { - notify_error("Update daemon is not running.", true); + notify_error("Update daemon is not running.", true); return; } @@ -782,7 +782,7 @@ function parse_runtime_info(data) { } if (k == "daemon_stamp_ok" && v != 1) { - notify_error("Update daemon is not updating feeds.", true); + notify_error("Update daemon is not updating feeds.", true); return; } -- cgit v1.2.3