From fd2a14e01b16ee47083822c23b73f3a36dd7f144 Mon Sep 17 00:00:00 2001 From: Bogdan Date: Sun, 27 Oct 2024 09:01:07 +0200 Subject: [PATCH] Fix settings fetching failure for updates --- frontend/src/System/Updates/Updates.tsx | 2 +- src/NzbDrone.Core/Localization/Core/en.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/src/System/Updates/Updates.tsx b/frontend/src/System/Updates/Updates.tsx index bf3e3a6c9..ea309a1cc 100644 --- a/frontend/src/System/Updates/Updates.tsx +++ b/frontend/src/System/Updates/Updates.tsx @@ -270,7 +270,7 @@ function Updates() { {generalSettingsError ? ( - {translate('FailedToUpdateSettings')} + {translate('FailedToFetchSettings')} ) : null} diff --git a/src/NzbDrone.Core/Localization/Core/en.json b/src/NzbDrone.Core/Localization/Core/en.json index 9243b7905..bdfdc193c 100644 --- a/src/NzbDrone.Core/Localization/Core/en.json +++ b/src/NzbDrone.Core/Localization/Core/en.json @@ -281,6 +281,7 @@ "External": "External", "ExternalUpdater": "{appName} is configured to use an external update mechanism", "Failed": "Failed", + "FailedToFetchSettings": "Failed to fetch settings", "FailedToFetchUpdates": "Failed to fetch updates", "FeatureRequests": "Feature Requests", "Filename": "Filename",