From e9f2fe910d72fa41bc27673ed43291211c3cac65 Mon Sep 17 00:00:00 2001 From: Danshil Mungur Date: Fri, 26 Feb 2021 09:20:29 +0400 Subject: [PATCH] fix(notif): fixed typo in pushover hint (#1029) --- .../Settings/Notifications/NotificationsPushover/index.tsx | 4 ++-- src/i18n/locale/en.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/Settings/Notifications/NotificationsPushover/index.tsx b/src/components/Settings/Notifications/NotificationsPushover/index.tsx index f86746d0..d264023a 100644 --- a/src/components/Settings/Notifications/NotificationsPushover/index.tsx +++ b/src/components/Settings/Notifications/NotificationsPushover/index.tsx @@ -24,9 +24,9 @@ const messages = defineMessages({ test: 'Test', settinguppushover: 'Setting Up Pushover Notifications', settinguppushoverDescription: - 'To configure Pushover notifications, you will need to register an application and enter the API key below.\ + 'To configure Pushover notifications, you will need to register an application and enter the API token below.\ (You can use one of our official icons on GitHub.)\ - You will need also need your user key.', + You will also need your user key.', notificationtypes: 'Notification Types', }); diff --git a/src/i18n/locale/en.json b/src/i18n/locale/en.json index 2c4e6b5b..02ce91d2 100644 --- a/src/i18n/locale/en.json +++ b/src/i18n/locale/en.json @@ -262,7 +262,7 @@ "components.Settings.Notifications.NotificationsPushover.save": "Save Changes", "components.Settings.Notifications.NotificationsPushover.saving": "Saving…", "components.Settings.Notifications.NotificationsPushover.settinguppushover": "Setting Up Pushover Notifications", - "components.Settings.Notifications.NotificationsPushover.settinguppushoverDescription": "To configure Pushover notifications, you will need to register an application and enter the API key below. (You can use one of our official icons on GitHub.) You will need also need your user key.", + "components.Settings.Notifications.NotificationsPushover.settinguppushoverDescription": "To configure Pushover notifications, you will need to register an application and enter the API token below. (You can use one of our official icons on GitHub.) You will also need your user key.", "components.Settings.Notifications.NotificationsPushover.test": "Test", "components.Settings.Notifications.NotificationsPushover.testsent": "Test notification sent!", "components.Settings.Notifications.NotificationsPushover.userToken": "User Key",