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', 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',
}); });

View File

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