From 8e35e7df31eae21e3c1a14cb2cbb2a01c5585809 Mon Sep 17 00:00:00 2001 From: wess Date: Mon, 5 Feb 2024 16:23:29 -0500 Subject: [PATCH] Fix tooltip for TextMagic --- .../console/project-[project]/messaging/providers/store.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/routes/console/project-[project]/messaging/providers/store.ts b/src/routes/console/project-[project]/messaging/providers/store.ts index 59a652b9f9..089725c987 100644 --- a/src/routes/console/project-[project]/messaging/providers/store.ts +++ b/src/routes/console/project-[project]/messaging/providers/store.ts @@ -349,7 +349,7 @@ export const providers: ProvidersMap = { }, [Providers.Textmagic]: { imageIcon: 'textmagic', - title: 'Textmagic', + title: 'TextMagic', description: '', configure: [ { @@ -359,8 +359,8 @@ export const providers: ProvidersMap = { placeholder: 'Enter API key', popover: [ 'How to get the API key?', - 'Create an account in Textmagic.', - 'Head to TextMagic dashboard -> API Settings -> Add new API key.' + 'Create an account in TextMagic.', + 'Head to TextMagic dashboard -> API -> Add new API key.' ] }, {