Skip to content
This repository was archived by the owner on May 13, 2024. It is now read-only.

Commit 3c56d41

Browse files
committed
chore: hide token
1 parent 04a6422 commit 3c56d41

File tree

1 file changed

+1
-1
lines changed
  • src/features/dashboard/components/ApiTokenForm/CreateTokenField

1 file changed

+1
-1
lines changed

src/features/dashboard/components/ApiTokenForm/CreateTokenField/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ const CreateTokenField = ({
8787
)}
8888
{token_name_exists && (
8989
<div className='error-message'>
90-
<p>That name is taken. Choose another.</p>
90+
<p>No duplicate token names are allowed for the same account.</p>
9191
</div>
9292
)}
9393
</React.Fragment>

0 commit comments

Comments
 (0)