diff --git a/apps/frontend/src/renderer/components/TaskCreationWizard.tsx b/apps/frontend/src/renderer/components/TaskCreationWizard.tsx
index 7f67f3e2b3..a108fad6db 100644
--- a/apps/frontend/src/renderer/components/TaskCreationWizard.tsx
+++ b/apps/frontend/src/renderer/components/TaskCreationWizard.tsx
@@ -732,11 +732,11 @@ export function TaskCreationWizard({
>
- Create New Task
+ {t('creation.title')}
{isDraftRestored && (
- Draft restored
+ {t('creation.draftRestored')}
)}
- Describe what you want to build. The AI will analyze your request and
- create a detailed specification.
+ {t('creation.dialogDescription')}
@@ -760,7 +759,7 @@ export function TaskCreationWizard({
{/* Description (Primary - Required) */}
{/* Wrap textarea for file @mentions */}
@@ -795,7 +794,7 @@ export function TaskCreationWizard({