From ca724836ce1355df91cf64063b45043c91788c2c Mon Sep 17 00:00:00 2001 From: Mark McDowall Date: Sat, 26 Oct 2024 21:48:18 -0700 Subject: [PATCH] Rename Manage Custom Formats to Manage Formats (cherry picked from commit 0f225b05c00add562c9a6aa8cc4cf494e83176c1) Closes #10629 --- .../CustomFormats/Manage/ManageCustomFormatsToolbarButton.tsx | 2 +- src/NzbDrone.Core/Localization/Core/en.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/src/Settings/CustomFormats/CustomFormats/Manage/ManageCustomFormatsToolbarButton.tsx b/frontend/src/Settings/CustomFormats/CustomFormats/Manage/ManageCustomFormatsToolbarButton.tsx index f27f9e503e..91f41dc445 100644 --- a/frontend/src/Settings/CustomFormats/CustomFormats/Manage/ManageCustomFormatsToolbarButton.tsx +++ b/frontend/src/Settings/CustomFormats/CustomFormats/Manage/ManageCustomFormatsToolbarButton.tsx @@ -12,7 +12,7 @@ function ManageCustomFormatsToolbarButton() { return ( <> diff --git a/src/NzbDrone.Core/Localization/Core/en.json b/src/NzbDrone.Core/Localization/Core/en.json index 86075d43a9..071a85ef45 100644 --- a/src/NzbDrone.Core/Localization/Core/en.json +++ b/src/NzbDrone.Core/Localization/Core/en.json @@ -880,6 +880,7 @@ "ManageCustomFormats": "Manage Custom Formats", "ManageDownloadClients": "Manage Download Clients", "ManageFiles": "Manage Files", + "ManageFormats": "Manage Formats", "ManageImportLists": "Manage Import Lists", "ManageIndexers": "Manage Indexers", "ManageLists": "Manage Lists",