diff --git a/web/src/features/token/create-token-dialog.tsx b/web/src/features/token/create-token-dialog.tsx index 8d967f72..ca167fb6 100644 --- a/web/src/features/token/create-token-dialog.tsx +++ b/web/src/features/token/create-token-dialog.tsx @@ -210,22 +210,22 @@ export function CreateTokenDialog({ children, existingNames = [] }: CreateTokenD ) : ( <> - + {t('createToken.successTitle')} - + {t('createToken.successDescription')} -
+
-
+
{createdToken.token}
-
{createdToken.name}
+
{createdToken.name}
diff --git a/web/src/features/token/token-list.tsx b/web/src/features/token/token-list.tsx index 561bd5bc..c2110064 100644 --- a/web/src/features/token/token-list.tsx +++ b/web/src/features/token/token-list.tsx @@ -204,7 +204,7 @@ export function TokenList() { {tokens.map((token) => ( - {token.name} + {token.name} {token.tokenPrefix}... @@ -257,9 +257,9 @@ export function TokenList() { setExpirationDialog((current) => ({ ...current, open }))}> - + {t('token.editExpirationTitle')} - + {t('token.editExpirationDescription', { name: expirationDialog.tokenName })} diff --git a/web/src/shared/components/confirm-dialog.tsx b/web/src/shared/components/confirm-dialog.tsx index c61ca284..5da8dea0 100644 --- a/web/src/shared/components/confirm-dialog.tsx +++ b/web/src/shared/components/confirm-dialog.tsx @@ -42,9 +42,9 @@ export function ConfirmDialog({ return ( - + {title} - {description && {description}} + {description && {description}}