mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-02-10 16:01:33 +00:00
"no tags/feeds for display" split in two messages
This commit is contained in:
@@ -356,7 +356,12 @@
|
||||
}
|
||||
|
||||
if (db_num_rows($result) == 0) {
|
||||
print "<li>No tags/feeds to display.</li>";
|
||||
if ($tags) {
|
||||
$what = "tags";
|
||||
} else {
|
||||
$what = "feeds";
|
||||
}
|
||||
print "<li>No $what to display.</li>";
|
||||
}
|
||||
|
||||
print "</ul>";
|
||||
|
||||
Reference in New Issue
Block a user