From b91ec241a6e06bbc332bf2fda76659486a3555d0 Mon Sep 17 00:00:00 2001 From: PearsonFlyer Date: Sun, 15 May 2022 15:03:46 -0400 Subject: [PATCH] Fixed: Add translation for RestartRequiredHelpTextWarning --- src/NzbDrone.Core/Localization/Core/en.json | 1 + 1 file changed, 1 insertion(+) diff --git a/src/NzbDrone.Core/Localization/Core/en.json b/src/NzbDrone.Core/Localization/Core/en.json index 01f4f743d..a1f708d39 100644 --- a/src/NzbDrone.Core/Localization/Core/en.json +++ b/src/NzbDrone.Core/Localization/Core/en.json @@ -616,6 +616,7 @@ "RestartNow": "Restart Now", "RestartReadarr": "Restart Readarr", "RestartReloadNote": "Note: Readarr will automatically restart and reload the UI during the restore process.", + "RestartRequiredHelpTextWarning": "Requires restart to take effect" "Restore": "Restore", "RestoreBackup": "Restore Backup", "Result": "Result",