From b594304d6f0005b172dc32c7e870375be0b9ba3b Mon Sep 17 00:00:00 2001 From: Felix <23635466+its-felix@users.noreply.github.com> Date: Sun, 14 Jan 2024 23:26:36 +0100 Subject: [PATCH] fix: update text for non-verified added api token --- src/components/add-api-token/add-api-token.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/add-api-token/add-api-token.tsx b/src/components/add-api-token/add-api-token.tsx index ce472dd..37038e9 100644 --- a/src/components/add-api-token/add-api-token.tsx +++ b/src/components/add-api-token/add-api-token.tsx @@ -52,7 +52,7 @@ export function AddApiTokenWizard({ onDismiss }: { onDismiss: () => void }) { } else { notification.add({ type: 'info', - content: 'Your API Token was added successfully and the account ownership was verified!', + content: 'Your API Token was added successfully. The account ownership was not verified.', dismissible: true, }); }