fix(notif): fixed typo in pushover hint (#1029)

This commit is contained in:
Danshil Mungur
2021-02-26 09:20:29 +04:00
committed by GitHub
parent 5560abf459
commit e9f2fe910d
2 changed files with 3 additions and 3 deletions

View File

@@ -24,9 +24,9 @@ const messages = defineMessages({
test: 'Test',
settinguppushover: 'Setting Up Pushover Notifications',
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 will need also need your user key.',
You will also need your user key.',
notificationtypes: 'Notification Types',
});