diff --git a/apps/desktop/src/App.tsx b/apps/desktop/src/App.tsx
index 0498243..3eab0a5 100644
--- a/apps/desktop/src/App.tsx
+++ b/apps/desktop/src/App.tsx
@@ -23,7 +23,7 @@ const navItems: Array<{ id: View; label: string; icon: React.ReactNode }> = [
{ id: 'tasks', label: '计划', icon: },
{ id: 'documents', label: '资料', icon: },
{ id: 'ai', label: 'AI', icon: },
- { id: 'cron', label: '计划任务', icon: },
+ { id: 'cron', label: '任务', icon: },
]
export function App() {