From 61439567d89a331cf5b18c5a5f21e69b1b663451 Mon Sep 17 00:00:00 2001 From: Kyle Sanderson Date: Mon, 1 May 2023 05:17:26 -0700 Subject: [PATCH] chore(web): Sabnzbd -> SABnzbd (#895) * Update DownloadClientForms.tsx * Update constants.ts --- web/src/domain/constants.ts | 12 ++++++------ web/src/forms/settings/DownloadClientForms.tsx | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/web/src/domain/constants.ts b/web/src/domain/constants.ts index ab26b4e..68be96f 100644 --- a/web/src/domain/constants.ts +++ b/web/src/domain/constants.ts @@ -278,8 +278,8 @@ export const DownloadClientTypeOptions: RadioFieldsetOption[] = [ value: "READARR" }, { - label: "Sabnzbd", - description: "Add nzbs directly to Sabnzbd", + label: "SABnzbd", + description: "Add nzbs directly to SABnzbd", value: "SABNZBD", type: "nzb" } @@ -297,7 +297,7 @@ export const DownloadClientTypeNameMap: Record[] = [ @@ -515,4 +515,4 @@ export const tagsMatchLogicOptions: OptionBasic[] = [ label: "all", value: "ALL" } -]; \ No newline at end of file +]; diff --git a/web/src/forms/settings/DownloadClientForms.tsx b/web/src/forms/settings/DownloadClientForms.tsx index 081e020..b914007 100644 --- a/web/src/forms/settings/DownloadClientForms.tsx +++ b/web/src/forms/settings/DownloadClientForms.tsx @@ -264,7 +264,7 @@ function FormFieldsSabnzbd() { )}