diff --git a/client/strings/en-us.json b/client/strings/en-us.json index afecd671..25c8268b 100644 --- a/client/strings/en-us.json +++ b/client/strings/en-us.json @@ -919,7 +919,7 @@ "NotificationOnBackupFailedDescription": "Triggered when a backup fails", "NotificationOnEpisodeDownloadedDescription": "Triggered when a podcast episode is auto-downloaded", "NotificationOnRSSFeedDisabledDescription": "Triggered when an RSS feed is disabled due to too many failed attempts", - "NotificationOnRSSFeedFailedDescription": "Triggered when an RSS feed request/update fails, but gets not disabled", + "NotificationOnRSSFeedFailedDescription": "Triggered when an RSS feed request/update fails, but is not disabled", "NotificationOnTestDescription": "Event for testing the notification system", "PlaceholderNewCollection": "New collection name", "PlaceholderNewFolderPath": "New folder path", diff --git a/server/utils/notifications.js b/server/utils/notifications.js index 1b9612b9..304b4ffe 100644 --- a/server/utils/notifications.js +++ b/server/utils/notifications.js @@ -63,7 +63,7 @@ module.exports.notificationData = { { name: 'onRSSFeedFailed', requiresLibrary: true, - description: 'Triggered when an RSS feed request/update fails, but gets not disabled', + description: 'Triggered when an RSS feed request/update fails, but is not disabled', descriptionKey: 'NotificationOnRSSFeedFailedDescription', variables: ['feedUrl', 'numFailed', 'title'], defaults: {