diff --git a/apps/mail/components/context/command-palette-context.tsx b/apps/mail/components/context/command-palette-context.tsx index 74ff85c190..9b66c24661 100644 --- a/apps/mail/components/context/command-palette-context.tsx +++ b/apps/mail/components/context/command-palette-context.tsx @@ -864,7 +864,7 @@ export function CommandPalette() { /> )}
- {item.title} + {t(item.title)} {item.description && ( {item.description} )}