From a9ad197b75d88a6c67096657f836a38481d0ef5d Mon Sep 17 00:00:00 2001 From: Mark McDowall Date: Wed, 21 May 2025 17:23:22 -0700 Subject: [PATCH] New: Update wording when removing a root folder (cherry picked from commit 51c17fd3122f7b96a4155593d465ba32870d0c91) --- frontend/src/RootFolder/RootFolderRow.tsx | 6 +++--- src/NzbDrone.Core/Localization/Core/en.json | 3 +-- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/frontend/src/RootFolder/RootFolderRow.tsx b/frontend/src/RootFolder/RootFolderRow.tsx index 3b97319daa..c537968404 100644 --- a/frontend/src/RootFolder/RootFolderRow.tsx +++ b/frontend/src/RootFolder/RootFolderRow.tsx @@ -82,9 +82,9 @@ function RootFolderRow(props: RootFolderRowProps) { diff --git a/src/NzbDrone.Core/Localization/Core/en.json b/src/NzbDrone.Core/Localization/Core/en.json index 272638fb0d..2830292d5e 100644 --- a/src/NzbDrone.Core/Localization/Core/en.json +++ b/src/NzbDrone.Core/Localization/Core/en.json @@ -369,8 +369,6 @@ "DeleteRemotePathMappingMessageText": "Are you sure you want to delete this remote path mapping?", "DeleteRestriction": "Delete Restriction", "DeleteRestrictionHelpText": "Are you sure you want to delete this restriction?", - "DeleteRootFolder": "Delete Root Folder", - "DeleteRootFolderMessageText": "Are you sure you want to delete the root folder '{path}'?", "DeleteSelected": "Delete Selected", "DeleteSelectedCustomFormats": "Delete Custom Format(s)", "DeleteSelectedCustomFormatsMessageText": "Are you sure you want to delete {count} selected custom format(s)?", @@ -1639,6 +1637,7 @@ "RemoveQueueItemRemovalMethodHelpTextWarning": "'Remove from Download Client' will remove the download and the file(s) from the download client.", "RemoveQueueItemsRemovalMethodHelpTextWarning": "'Remove from Download Client' will remove the downloads and the files from the download client.", "RemoveRootFolder": "Remove root folder", + "RemoveRootFolderMoviesMessageText": "Are you sure you want to remove the root folder '{path}'? Files and folders will not be deleted from disk, and movies in this root folder will not be removed from {appName}.", "RemoveSelected": "Remove Selected", "RemoveSelectedBlocklistMessageText": "Are you sure you want to remove the selected items from the blocklist?", "RemoveSelectedItem": "Remove Selected Item",