mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-03 05:59:15 +00:00
change not linked prompt in feed editor
This commit is contained in:
@@ -1585,7 +1585,7 @@
|
||||
$parent_feed = db_fetch_result($result, 0, "parent_feed");
|
||||
|
||||
print "<select id=\"iedit_parent_feed\">";
|
||||
print "<option id=\"0\">None</option>";
|
||||
print "<option id=\"0\">Not linked</option>";
|
||||
|
||||
if (get_pref($link, 'ENABLE_FEED_CATS')) {
|
||||
if ($cat_id) {
|
||||
|
||||
Reference in New Issue
Block a user