Skip to content

Commit 2b1e806

Browse files
fix: fix the token confirmation text (#3613)
1 parent d5f09b2 commit 2b1e806

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/authorizations/components/redesigned/DisplayTokenOverlay.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ const DisplayTokenOverlay: FC<Props> = props => {
3030
return (
3131
<Overlay.Container maxWidth={750}>
3232
<Overlay.Header
33-
title="You've Successfully cloned an API Token"
33+
title="You've successfully created an API token"
3434
onDismiss={onClose}
3535
wrapText={true}
3636
/>

0 commit comments

Comments
 (0)