Skip to content

Commit

Permalink
fix: update text for non-verified added api token
Browse files Browse the repository at this point in the history
  • Loading branch information
its-felix committed Jan 14, 2024
1 parent e808c0a commit b594304
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/add-api-token/add-api-token.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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,
});
}
Expand Down

0 comments on commit b594304

Please sign in to comment.