diff --git a/apps/web/features/landing/i18n/en.ts b/apps/web/features/landing/i18n/en.ts index ad8adac8a8..e06aee55b2 100644 --- a/apps/web/features/landing/i18n/en.ts +++ b/apps/web/features/landing/i18n/en.ts @@ -300,7 +300,6 @@ export function createEnDict(allowSignup: boolean): LandingDict { changes: [], features: [ "You can now connect Multica to Slack using your own Slack app, with each installation running on its own Socket Mode connection — and the Connect dialog links straight to a new step-by-step setup guide.", - "The self-host setup flow can send an anonymous, opt-in beacon noting where you came from, so we can better support the channels through which new self-hosted teams discover Multica.", "Issues now have a Remove parent action, so you can detach a sub-Issue without first having to pick a different parent.", ], improvements: [ diff --git a/apps/web/features/landing/i18n/ja.ts b/apps/web/features/landing/i18n/ja.ts index a61b99358a..83f7f7cc89 100644 --- a/apps/web/features/landing/i18n/ja.ts +++ b/apps/web/features/landing/i18n/ja.ts @@ -276,7 +276,6 @@ export function createJaDict(allowSignup: boolean): LandingDict { changes: [], features: [ "Multica を自前の Slack アプリで Slack に接続できるようになり、インストールごとに独立した Socket Mode 接続で動作します。Connect ダイアログから新しいセットアップ ガイドへ直接遷移できます。", - "セルフホストのセットアップで、新しいチームが Multica を知ったきっかけを把握するための匿名・オプトインのソース ビーコンを送信できるようになりました。", "Issue のアクションに「親 Issue を解除」が追加され、別の親を選び直さなくても子 Issue を直接切り離せます。", ], improvements: [ diff --git a/apps/web/features/landing/i18n/ko.ts b/apps/web/features/landing/i18n/ko.ts index 9ee848e09b..d5868487e9 100644 --- a/apps/web/features/landing/i18n/ko.ts +++ b/apps/web/features/landing/i18n/ko.ts @@ -275,7 +275,6 @@ export function createKoDict(allowSignup: boolean): LandingDict { changes: [], features: [ "이제 자체 Slack 앱으로 Multica를 Slack에 연결할 수 있고, 설치마다 별도의 Socket Mode 연결로 동작합니다. Connect 다이얼로그에 새 설치 가이드 링크가 추가되어 단계별로 따라갈 수 있습니다.", - "셀프 호스팅 설치 과정이 익명·옵트인 출처 비콘을 보낼 수 있게 되어, 새 자체 호스팅 팀이 어떤 경로로 Multica를 알게 되었는지 더 잘 파악할 수 있습니다.", "Issue 액션에 '상위 Issue 해제'가 추가되어, 다른 상위를 먼저 고르지 않고도 하위 Issue를 즉시 분리할 수 있습니다.", ], improvements: [ diff --git a/apps/web/features/landing/i18n/zh.ts b/apps/web/features/landing/i18n/zh.ts index de043219f4..19bf32f0b1 100644 --- a/apps/web/features/landing/i18n/zh.ts +++ b/apps/web/features/landing/i18n/zh.ts @@ -300,7 +300,6 @@ export function createZhDict(allowSignup: boolean): LandingDict { changes: [], features: [ "你现在可以用自己的 Slack 应用把 Multica 接到 Slack,每个安装跑在独立的 Socket Mode 连接上;Connect 弹窗里也新增了配置入口,直接跳转到完整的配置指引。", - "自托管引导流程支持匿名、可选的来源信标,让我们更了解新加入的自托管团队是从哪些渠道认识 Multica 的。", "Issue 操作菜单新增「移除父级 Issue」,可以直接断开父子关系,不用先去挑一个新的父级。", ], improvements: [