1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-08-18 00:09:37 +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>
<div>
<FormInputHelpText
text={translate('NotifcationTriggersHelpText')}
text={translate('NotificationTriggersHelpText')}
link="https://wiki.servarr.com/Radarr_Settings#Connections"
/>
<div className={styles.events}>

View File

@ -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",