Skip to content

Commit

Permalink
feat: make edge explicit in UI (#6132)
Browse files Browse the repository at this point in the history
  • Loading branch information
kwasniew committed Feb 5, 2024
1 parent 6a70ba0 commit 2d7464f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -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,
},
Expand Down
Expand Up @@ -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',
Expand Down

0 comments on commit 2d7464f

Please sign in to comment.