diff --git a/tt-rss.js b/tt-rss.js index 922ae35bc..125479c34 100644 --- a/tt-rss.js +++ b/tt-rss.js @@ -522,7 +522,7 @@ function allFeedsMenuGo() { return; } - if (opname == "Show only read") { + if (opname == "Show only unread") { toggleDispRead(); return; }