Update notification description grammar

This commit is contained in:
advplyr 2025-06-09 15:51:14 -05:00
parent f0525d4f0d
commit 7122756e58
2 changed files with 2 additions and 2 deletions

View File

@ -919,7 +919,7 @@
"NotificationOnBackupFailedDescription": "Triggered when a backup fails", "NotificationOnBackupFailedDescription": "Triggered when a backup fails",
"NotificationOnEpisodeDownloadedDescription": "Triggered when a podcast episode is auto-downloaded", "NotificationOnEpisodeDownloadedDescription": "Triggered when a podcast episode is auto-downloaded",
"NotificationOnRSSFeedDisabledDescription": "Triggered when an RSS feed is disabled due to too many failed attempts", "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", "NotificationOnTestDescription": "Event for testing the notification system",
"PlaceholderNewCollection": "New collection name", "PlaceholderNewCollection": "New collection name",
"PlaceholderNewFolderPath": "New folder path", "PlaceholderNewFolderPath": "New folder path",

View File

@ -63,7 +63,7 @@ module.exports.notificationData = {
{ {
name: 'onRSSFeedFailed', name: 'onRSSFeedFailed',
requiresLibrary: true, 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', descriptionKey: 'NotificationOnRSSFeedFailedDescription',
variables: ['feedUrl', 'numFailed', 'title'], variables: ['feedUrl', 'numFailed', 'title'],
defaults: { defaults: {