diff --git a/frontend/src/System/Status/Health/Health.js b/frontend/src/System/Status/Health/Health.js index 57693dcb3..5683a035c 100644 --- a/frontend/src/System/Status/Health/Health.js +++ b/frontend/src/System/Status/Health/Health.js @@ -43,7 +43,7 @@ function getInternalLink(source) { ); case 'RootFolderCheck': diff --git a/src/NzbDrone.Core/Localization/Core/en.json b/src/NzbDrone.Core/Localization/Core/en.json index 5d8a48a27..d4944f8cf 100644 --- a/src/NzbDrone.Core/Localization/Core/en.json +++ b/src/NzbDrone.Core/Localization/Core/en.json @@ -776,6 +776,8 @@ "NoUpdatesAreAvailable": "No updates are available", "None": "None", "NotSeasonPack": "Not Season Pack", + "NotificationStatusAllClientHealthCheckMessage": "All notifications are unavailable due to failures", + "NotificationStatusSingleClientHealthCheckMessage": "Notifications unavailable due to failures: {0}", "NotificationTriggers": "Notification Triggers", "NotificationTriggersHelpText": "Select which events should trigger this notification", "NotificationsLoadError": "Unable to load Notifications",