diff --git a/apps/web/features/landing/i18n/en.ts b/apps/web/features/landing/i18n/en.ts index f22da6f663..13b48870bf 100644 --- a/apps/web/features/landing/i18n/en.ts +++ b/apps/web/features/landing/i18n/en.ts @@ -303,7 +303,6 @@ export function createEnDict(allowSignup: boolean): LandingDict { "The desktop app can now update itself to new versions automatically, when you turn it on.", ], improvements: [ - "Inbox, list, board, and swimlane views now switch and scroll fast even with lots of items.", "The agents list now appears instantly when you open it.", "Workspace changes now sync to your machine faster.", "Self-hosted email can now send from an address you set.", diff --git a/apps/web/features/landing/i18n/ja.ts b/apps/web/features/landing/i18n/ja.ts index 6e60401885..f150c13caa 100644 --- a/apps/web/features/landing/i18n/ja.ts +++ b/apps/web/features/landing/i18n/ja.ts @@ -279,7 +279,6 @@ export function createJaDict(allowSignup: boolean): LandingDict { "デスクトップ アプリが、オンにしておけば新しいバージョンへ自動で更新できるようになりました。", ], improvements: [ - "受信トレイ、リスト、ボード、スイムレーンが、項目が多くてもすばやく切り替え・スクロールできます。", "エージェント一覧が、開いた瞬間にすぐ表示されるようになりました。", "ワークスペースの変更が、より速くお使いのマシンへ同期されます。", "セルフホストのメールを、指定した差出人アドレスで送れるようになりました。", diff --git a/apps/web/features/landing/i18n/ko.ts b/apps/web/features/landing/i18n/ko.ts index e00375fa6a..734b808ece 100644 --- a/apps/web/features/landing/i18n/ko.ts +++ b/apps/web/features/landing/i18n/ko.ts @@ -278,7 +278,6 @@ export function createKoDict(allowSignup: boolean): LandingDict { "데스크톱 앱이 켜 두면 새 버전으로 자동 업데이트할 수 있습니다.", ], improvements: [ - "받은 편지함, 목록, 보드, 스윔레인이 항목이 많아도 빠르게 전환되고 스크롤됩니다.", "에이전트 목록이 열자마자 바로 표시됩니다.", "워크스페이스 변경 사항이 내 컴퓨터로 더 빠르게 동기화됩니다.", "셀프 호스팅 메일을 직접 설정한 발신자 주소로 보낼 수 있습니다.", diff --git a/apps/web/features/landing/i18n/zh.ts b/apps/web/features/landing/i18n/zh.ts index 70e20a0303..fb2b51c69f 100644 --- a/apps/web/features/landing/i18n/zh.ts +++ b/apps/web/features/landing/i18n/zh.ts @@ -303,7 +303,6 @@ export function createZhDict(allowSignup: boolean): LandingDict { "桌面端现在可以按你的偏好自动更新到新版本。", ], improvements: [ - "收件箱、列表、看板和泳道在内容很多时也能快速切换和滚动。", "智能体列表现在一打开就能立刻显示。", "工作区的改动现在会更快同步到你的机器上。", "自托管邮件现在可以用你设置的发件人地址发送。",