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 31ad8a962..f3f496b18 100644
--- a/tt-rss.js
+++ b/tt-rss.js
@@ -534,7 +534,7 @@ function qafAdd() {
var link = document.getElementById("qafInput");
if (link.value.length == 0) {
- notify("Missing feed URL.");
+ alert("Error: No feed URL given.");
} else {
notify("Adding feed...");