mirror of
https://github.com/sct/overseerr.git
synced 2025-09-17 17:24:35 +02:00
fix(notif): fixed typo in pushover hint (#1029)
This commit is contained in:
@@ -24,9 +24,9 @@ const messages = defineMessages({
|
|||||||
test: 'Test',
|
test: 'Test',
|
||||||
settinguppushover: 'Setting Up Pushover Notifications',
|
settinguppushover: 'Setting Up Pushover Notifications',
|
||||||
settinguppushoverDescription:
|
settinguppushoverDescription:
|
||||||
'To configure Pushover notifications, you will need to <RegisterApplicationLink>register an application</RegisterApplicationLink> and enter the API key below.\
|
'To configure Pushover notifications, you will need to <RegisterApplicationLink>register an application</RegisterApplicationLink> and enter the API token below.\
|
||||||
(You can use one of our <IconLink>official icons on GitHub</IconLink>.)\
|
(You can use one of our <IconLink>official icons on GitHub</IconLink>.)\
|
||||||
You will need also need your user key.',
|
You will also need your user key.',
|
||||||
notificationtypes: 'Notification Types',
|
notificationtypes: 'Notification Types',
|
||||||
});
|
});
|
||||||
|
|
||||||
|
@@ -262,7 +262,7 @@
|
|||||||
"components.Settings.Notifications.NotificationsPushover.save": "Save Changes",
|
"components.Settings.Notifications.NotificationsPushover.save": "Save Changes",
|
||||||
"components.Settings.Notifications.NotificationsPushover.saving": "Saving…",
|
"components.Settings.Notifications.NotificationsPushover.saving": "Saving…",
|
||||||
"components.Settings.Notifications.NotificationsPushover.settinguppushover": "Setting Up Pushover Notifications",
|
"components.Settings.Notifications.NotificationsPushover.settinguppushover": "Setting Up Pushover Notifications",
|
||||||
"components.Settings.Notifications.NotificationsPushover.settinguppushoverDescription": "To configure Pushover notifications, you will need to <RegisterApplicationLink>register an application</RegisterApplicationLink> and enter the API key below. (You can use one of our <IconLink>official icons on GitHub</IconLink>.) You will need also need your user key.",
|
"components.Settings.Notifications.NotificationsPushover.settinguppushoverDescription": "To configure Pushover notifications, you will need to <RegisterApplicationLink>register an application</RegisterApplicationLink> and enter the API token below. (You can use one of our <IconLink>official icons on GitHub</IconLink>.) You will also need your user key.",
|
||||||
"components.Settings.Notifications.NotificationsPushover.test": "Test",
|
"components.Settings.Notifications.NotificationsPushover.test": "Test",
|
||||||
"components.Settings.Notifications.NotificationsPushover.testsent": "Test notification sent!",
|
"components.Settings.Notifications.NotificationsPushover.testsent": "Test notification sent!",
|
||||||
"components.Settings.Notifications.NotificationsPushover.userToken": "User Key",
|
"components.Settings.Notifications.NotificationsPushover.userToken": "User Key",
|
||||||
|
Reference in New Issue
Block a user