mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-02-10 16:01:33 +00:00
mark filters with no caption in overview
This commit is contained in:
@@ -986,7 +986,7 @@ class Pref_Filters extends Handler_Protected {
|
|||||||
++$count;
|
++$count;
|
||||||
}
|
}
|
||||||
|
|
||||||
$title = truncate_string(join(", ", $titles), 64, "...");
|
$title = __("[No caption]") . " " . truncate_string(join(", ", $titles), 64, "...");
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user