From 0a5d962922c7e9f559f544a68fe8c3b0e4174fed Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Joakim=20Hells=C3=A9n?= <tlovinator@gmail.com>
Date: Mon, 19 Dec 2022 22:49:52 +0100
Subject: [PATCH] Remove form text that was incorrect

---
 discord_rss_bot/templates/add.html | 1 -
 1 file changed, 1 deletion(-)

diff --git a/discord_rss_bot/templates/add.html b/discord_rss_bot/templates/add.html
index d3d3e42..ed8483a 100644
--- a/discord_rss_bot/templates/add.html
+++ b/discord_rss_bot/templates/add.html
@@ -31,7 +31,6 @@
                         {% endfor %}
                     </select>
                 </div>
-                <div class="form-text">You can add more feeds in the config file.</div>
             </div>
 
             {# Submit button #}