mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 19:05:55 +00:00
catchupFeed: use supplied feed id to display title, not active one (closes #425)
This commit is contained in:
@@ -479,7 +479,7 @@ function getNextUnreadFeed(feed, is_cat) {
|
||||
function catchupFeed(feed, is_cat) {
|
||||
try {
|
||||
var str = __("Mark all articles in %s as read?");
|
||||
var fn = getFeedName(getActiveFeedId(), activeFeedIsCat());
|
||||
var fn = getFeedName(feed, is_cat);
|
||||
|
||||
str = str.replace("%s", fn);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user