style(dashboard-v2): wording

This commit is contained in:
Michał Leszczyk 2022-03-28 09:29:26 +02:00
parent 07a5b79710
commit 34fbdf9e64
No known key found for this signature in database
GPG Key ID: FA123CA8BAA2FBF4
1 changed files with 3 additions and 1 deletions

View File

@ -70,7 +70,9 @@ const APIKeysPage = () => {
<p className="text-palette-500">
These keys provide full access to <b>Accounts</b> service and are equivalent to using a JWT token.
</p>
<p className="underline">This type of API keys need to be kept secret and never shared with anyone.</p>
<p className="underline">
This type of API keys needs to be kept secret and should never be shared with anyone.
</p>
<div className="mt-4">
<AddAPIKeyForm ref={generalFormRef} onSuccess={refreshState} type={APIKeyType.General} />