From 42267da4ef1f77b274c6551b38beff05aa6a3610 Mon Sep 17 00:00:00 2001 From: bakerboy448 <55419169+bakerboy448@users.noreply.github.com> Date: Mon, 15 May 2023 16:11:58 -0500 Subject: [PATCH] Fixed: List Sync Help Text Fixes #8522 --- src/NzbDrone.Core/Localization/Core/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/NzbDrone.Core/Localization/Core/en.json b/src/NzbDrone.Core/Localization/Core/en.json index f24fee140..f3e55dda8 100644 --- a/src/NzbDrone.Core/Localization/Core/en.json +++ b/src/NzbDrone.Core/Localization/Core/en.json @@ -485,7 +485,7 @@ "List": "List", "ListExclusions": "List Exclusions", "ListSettings": "List Settings", - "ListSyncLevelHelpText": "Movies in library will handled based on your selection if they fall off or do not appear on your list(s)", + "ListSyncLevelHelpText": "Movies in library will be handled based on your selection if they fall off or do not appear on your list(s)", "ListSyncLevelHelpTextWarning": "Movie files will be permanently deleted, this can result in wiping your library if your lists are empty", "ListTagsHelpText": "Tags list items will be added with", "ListUpdateInterval": "List Update Interval",