From 4a88b70f40294ffb10da603a716404cc5a760fc0 Mon Sep 17 00:00:00 2001 From: Bogdan Date: Thu, 13 Jul 2023 00:30:12 +0300 Subject: [PATCH] Show the correct total of releases when selecting --- 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 d2f0b0189..2183dcfcd 100644 --- a/src/NzbDrone.Core/Localization/Core/en.json +++ b/src/NzbDrone.Core/Localization/Core/en.json @@ -419,7 +419,7 @@ "Seeders": "Seeders", "SelectAll": "Select All", "SelectIndexers": "Select Indexers", - "SelectedCountOfCountReleases": "Selected {0} of {0} releases", + "SelectedCountOfCountReleases": "Selected {0} of {1} releases", "SemiPrivate": "Semi-Private", "SendAnonymousUsageData": "Send Anonymous Usage Data", "SetTags": "Set Tags",