diff --git a/frontend/src/Settings/Notifications/Notifications/NotificationEventItems.js b/frontend/src/Settings/Notifications/Notifications/NotificationEventItems.js index cfa65967f..176d8d7ad 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 bb3256ed7..c2204a9a3 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",