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

feat: make edge explicit in UI (#6132)

This commit is contained in:
Mateusz Kwasniewski 2024-02-05 13:34:22 +01:00 committed by GitHub
parent 6a70ba0cd0
commit 2d7464f517
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@ export const useApiTokenForm = (project?: string) => {
{
key: TokenType.CLIENT,
label: `Server-side SDK (${TokenType.CLIENT})`,
title: 'Connect server-side SDK or Unleash Proxy',
title: 'Connect server-side SDK or Unleash Proxy/Edge',
enabled:
hasCreateTokenPermission || hasCreateProjectTokenPermission,
},

View File

@ -130,7 +130,7 @@ const tokenDescriptions: {
} = {
client: {
label: 'CLIENT',
title: 'Connect server-side SDK or Unleash Proxy',
title: 'Connect server-side SDK or Unleash Proxy/Edge',
},
frontend: {
label: 'FRONTEND',