From d108ab0339cc3c94c4ed3a68a7405871e56f8929 Mon Sep 17 00:00:00 2001 From: bakerboy448 <55419169+bakerboy448@users.noreply.github.com> Date: Wed, 22 Dec 2021 18:50:05 -0600 Subject: [PATCH] Fix misleading Tags helptext [skip ci] --- 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 f8b175d7d..312b07bc5 100644 --- a/src/NzbDrone.Core/Localization/Core/en.json +++ b/src/NzbDrone.Core/Localization/Core/en.json @@ -203,7 +203,7 @@ "IndexersSelectedInterp": "{0} Indexer(s) Selected", "IndexerStatusCheckAllClientMessage": "All indexers are unavailable due to failures", "IndexerStatusCheckSingleClientMessage": "Indexers unavailable due to failures: {0}", - "IndexerTagsHelpText": "Use tags to specify default clients, specify Indexer Proxies, or just to organize your indexers.", + "IndexerTagsHelpText": "Use tags to specify Indexer Proxies or just to organize your indexers.", "IndexerVipCheckExpiredClientMessage": "Indexer VIP benefits have expired: {0}", "IndexerVipCheckExpiringClientMessage": "Indexer VIP benefits expiring soon: {0}", "Info": "Info", @@ -449,4 +449,4 @@ "Wiki": "Wiki", "YesCancel": "Yes, Cancel", "Yesterday": "Yesterday" -} \ No newline at end of file +}