diff --git a/components/Left/Controller/EditFeeds.php b/components/Left/Controller/EditFeeds.php index 5c4402d24e..ae024e7db6 100644 --- a/components/Left/Controller/EditFeeds.php +++ b/components/Left/Controller/EditFeeds.php @@ -109,6 +109,7 @@ class EditFeeds extends Controller throw new RedirectException(); } + // TODO fix orderings when removing // Remove feed foreach ($form_definitions as [$field, $type, $opts]) { if (str_ends_with($field, '-url')) { diff --git a/components/Left/templates/left/edit_feeds.html.twig b/components/Left/templates/left/edit_feeds.html.twig index a51356ac68..1d4ef1473a 100644 --- a/components/Left/templates/left/edit_feeds.html.twig +++ b/components/Left/templates/left/edit_feeds.html.twig @@ -7,7 +7,7 @@ {% block body %}
-
+
{{ "Edit feed navigation links" | trans }}