1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-08-13 13:48:59 +02:00

Update frontend/src/component/admin/apiToken/ApiTokenForm/useApiTokenForm.ts

Co-authored-by: Nuno Góis <github@nunogois.com>
This commit is contained in:
Gastón Fournier 2025-07-29 18:42:26 +02:00 committed by GitHub
parent b80f5cbb82
commit 32759b74fe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -32,7 +32,7 @@ export const useApiTokenForm = (project?: string) => {
{
key: TokenType.FRONTEND,
label: 'Frontend SDK',
title: 'Creates a frontend token to connect from a frontend SDK',
title: 'Creates a frontend token to connect a frontend SDK',
enabled:
useHasRootAccess(CREATE_FRONTEND_API_TOKEN) ||
hasCreateProjectTokenPermission,