mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-14 09:45:55 +00:00
fix typo
This commit is contained in:
@@ -604,7 +604,7 @@ function parse_runtime_info(elem) {
|
||||
}
|
||||
|
||||
if (k == "daemon_is_running" && v != 1) {
|
||||
notify_error("<span onclick=\"javascript:explainError(1)\">Update daemon is not runing.</span>");
|
||||
notify_error("<span onclick=\"javascript:explainError(1)\">Update daemon is not running.</span>");
|
||||
}
|
||||
|
||||
/* var w = document.getElementById("noDaemonWarning");
|
||||
|
||||
Reference in New Issue
Block a user