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() { )}