style(dashboard-v2): wording
This commit is contained in:
parent
07a5b79710
commit
34fbdf9e64
|
@ -70,7 +70,9 @@ const APIKeysPage = () => {
|
||||||
<p className="text-palette-500">
|
<p className="text-palette-500">
|
||||||
These keys provide full access to <b>Accounts</b> service and are equivalent to using a JWT token.
|
These keys provide full access to <b>Accounts</b> service and are equivalent to using a JWT token.
|
||||||
</p>
|
</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">
|
<div className="mt-4">
|
||||||
<AddAPIKeyForm ref={generalFormRef} onSuccess={refreshState} type={APIKeyType.General} />
|
<AddAPIKeyForm ref={generalFormRef} onSuccess={refreshState} type={APIKeyType.General} />
|
||||||
|
|
Reference in New Issue