From 7122756e585a2d4213f1af2a347f287d8b6e2473 Mon Sep 17 00:00:00 2001 From: advplyr Date: Mon, 9 Jun 2025 15:51:14 -0500 Subject: [PATCH] Update notification description grammar --- client/strings/en-us.json | 2 +- server/utils/notifications.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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: {