From ae611cca743552746c6bf339a1944ff7d84a6bf1 Mon Sep 17 00:00:00 2001 From: bakerboy448 <55419169+bakerboy448@users.noreply.github.com> Date: Tue, 22 Feb 2022 12:53:24 -0600 Subject: [PATCH] Fix Release Profile Typos --- src/NzbDrone.Core/Localization/Core/en.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/NzbDrone.Core/Localization/Core/en.json b/src/NzbDrone.Core/Localization/Core/en.json index 5d84a8074..bbb6f765a 100644 --- a/src/NzbDrone.Core/Localization/Core/en.json +++ b/src/NzbDrone.Core/Localization/Core/en.json @@ -173,8 +173,8 @@ "DeleteNotificationMessageText": "Are you sure you want to delete the notification '{0}'?", "DeleteQualityProfile": "Delete Quality Profile", "DeleteQualityProfileMessageText": "Are you sure you want to delete the quality profile '{0}'?", - "DeleteReleaseProfile": "Delete ReleaseProfile", - "DeleteReleaseProfileMessageText": "Are you sure you want to delete this releaseProfile?", + "DeleteReleaseProfile": "Delete Release Profile", + "DeleteReleaseProfileMessageText": "Are you sure you want to delete this Release Profile?", "DeleteRootFolder": "Delete Root Folder", "DeleteRootFolderMessageText": "Are you sure you want to delete the root folder '{0}'?", "DeleteSelectedBookFiles": "Delete Selected Book Files",