diff --git a/apps/web/features/landing/i18n/en.ts b/apps/web/features/landing/i18n/en.ts index 1019c7997..93c44c3ec 100644 --- a/apps/web/features/landing/i18n/en.ts +++ b/apps/web/features/landing/i18n/en.ts @@ -288,7 +288,7 @@ export const en: LandingDict = { "GitHub Copilot CLI runtime support", "Cursor Agent CLI runtime support", "Pi agent runtime support", - "Desktop app download entry on the landing page", + "Workspace URL refactor — slug-first routing (`/{slug}/issues`) with legacy URL redirects", ], fixes: [ "Codex threads resume across tasks on the same issue", diff --git a/apps/web/features/landing/i18n/zh.ts b/apps/web/features/landing/i18n/zh.ts index 5f5a1b460..c73fb0193 100644 --- a/apps/web/features/landing/i18n/zh.ts +++ b/apps/web/features/landing/i18n/zh.ts @@ -288,7 +288,7 @@ export const zh: LandingDict = { "支持 GitHub Copilot CLI 运行时", "支持 Cursor Agent CLI 运行时", "支持 Pi Agent 运行时", - "官网新增桌面应用下载入口", + "工作区 URL 改造——slug 优先路由(`/{slug}/issues`),旧链接自动重定向", ], fixes: [ "Codex 同一 Issue 下跨任务恢复会话线程",