From 8fd6c720374352faa7b739c5e14f96c68974ef3c Mon Sep 17 00:00:00 2001 From: bakerboy448 <55419169+bakerboy448@users.noreply.github.com> Date: Mon, 7 Jun 2021 14:51:23 -0500 Subject: [PATCH] fix up notification key misspelling --- .../Notifications/Notifications/NotificationEventItems.js | 2 +- src/NzbDrone.Core/Localization/Core/en.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/Settings/Notifications/Notifications/NotificationEventItems.js b/frontend/src/Settings/Notifications/Notifications/NotificationEventItems.js index cfa65967f6..176d8d7ad6 100644 --- a/frontend/src/Settings/Notifications/Notifications/NotificationEventItems.js +++ b/frontend/src/Settings/Notifications/Notifications/NotificationEventItems.js @@ -39,7 +39,7 @@ function NotificationEventItems(props) { {translate('NotificationTriggers')}
diff --git a/src/NzbDrone.Core/Localization/Core/en.json b/src/NzbDrone.Core/Localization/Core/en.json index bb3256ed77..c2204a9a34 100644 --- a/src/NzbDrone.Core/Localization/Core/en.json +++ b/src/NzbDrone.Core/Localization/Core/en.json @@ -617,8 +617,8 @@ "NoResultsFound": "No results found", "NoTagsHaveBeenAddedYet": "No tags have been added yet", "NotAvailable": "Not Available", - "NotifcationTriggersHelpText": "Select which events should trigger this notification", "NotificationTriggers": "Notification Triggers", + "NotificationTriggersHelpText": "Select which events should trigger this notification", "NotMonitored": "Not Monitored", "NoUpdatesAreAvailable": "No updates are available", "NoVideoFilesFoundSelectedFolder": "No video files were found in the selected folder",