From 408088419e17a8a79281837f7e06361a32990b87 Mon Sep 17 00:00:00 2001 From: Eric <1762426+TheFiZi@users.noreply.github.com> Date: Sun, 31 Mar 2024 19:47:22 -0700 Subject: [PATCH] Update en.json Sonarr, Radarr and Prowlarr all say "New update is available" but I can't determine which one it is without checking each one since I use the same notification method for each of them. This should resolve that. --- 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 6c29a0ddf..3bd0a8dac 100644 --- a/src/NzbDrone.Core/Localization/Core/en.json +++ b/src/NzbDrone.Core/Localization/Core/en.json @@ -1685,7 +1685,7 @@ "UnselectAll": "Unselect All", "UpdateAll": "Update All", "UpdateAutomaticallyHelpText": "Automatically download and install updates. You will still be able to install from System: Updates", - "UpdateAvailable": "New update is available", + "UpdateAvailable": "New Radarr update is available", "UpdateCheckStartupNotWritableMessage": "Cannot install update because startup folder '{startupFolder}' is not writable by the user '{userName}'.", "UpdateCheckStartupTranslocationMessage": "Cannot install update because startup folder '{startupFolder}' is in an App Translocation folder.", "UpdateCheckUINotWritableMessage": "Cannot install update because UI folder '{uiFolder}' is not writable by the user '{userName}'.",