1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-09-11 20:12:41 +02:00

fix up notification key misspelling

This commit is contained in:
bakerboy448 2021-06-07 14:51:23 -05:00 committed by Qstick
parent 45c08db1ce
commit 8fd6c72037
2 changed files with 2 additions and 2 deletions

View File

@ -39,7 +39,7 @@ function NotificationEventItems(props) {
<FormLabel>{translate('NotificationTriggers')}</FormLabel> <FormLabel>{translate('NotificationTriggers')}</FormLabel>
<div> <div>
<FormInputHelpText <FormInputHelpText
text={translate('NotifcationTriggersHelpText')} text={translate('NotificationTriggersHelpText')}
link="https://wiki.servarr.com/Radarr_Settings#Connections" link="https://wiki.servarr.com/Radarr_Settings#Connections"
/> />
<div className={styles.events}> <div className={styles.events}>

View File

@ -617,8 +617,8 @@
"NoResultsFound": "No results found", "NoResultsFound": "No results found",
"NoTagsHaveBeenAddedYet": "No tags have been added yet", "NoTagsHaveBeenAddedYet": "No tags have been added yet",
"NotAvailable": "Not Available", "NotAvailable": "Not Available",
"NotifcationTriggersHelpText": "Select which events should trigger this notification",
"NotificationTriggers": "Notification Triggers", "NotificationTriggers": "Notification Triggers",
"NotificationTriggersHelpText": "Select which events should trigger this notification",
"NotMonitored": "Not Monitored", "NotMonitored": "Not Monitored",
"NoUpdatesAreAvailable": "No updates are available", "NoUpdatesAreAvailable": "No updates are available",
"NoVideoFilesFoundSelectedFolder": "No video files were found in the selected folder", "NoVideoFilesFoundSelectedFolder": "No video files were found in the selected folder",