From ec07c57612be34f2849d8bfe21c3dcde38adc749 Mon Sep 17 00:00:00 2001 From: lancehilliard Date: Thu, 25 Aug 2022 05:51:09 -0500 Subject: [PATCH] fix(web): typos (#428) --- web/src/forms/settings/FeedForms.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/web/src/forms/settings/FeedForms.tsx b/web/src/forms/settings/FeedForms.tsx index 2a3cd20..80af371 100644 --- a/web/src/forms/settings/FeedForms.tsx +++ b/web/src/forms/settings/FeedForms.tsx @@ -153,7 +153,7 @@ function FormFieldsTorznab() { + help="Minutes. Recommended 15-30. Too low and risk ban."/> ); } @@ -167,7 +167,7 @@ function FormFieldsRSS() { help="RSS url" /> - + ); } @@ -175,4 +175,4 @@ function FormFieldsRSS() { const componentMap: componentMapType = { TORZNAB: , RSS: -}; \ No newline at end of file +};