Skip to content

Commit 74761cf

Browse files
committed
update: update welcome card copy with new slogan
- Change kicker to 'DEPLOY ONCE, CODE EVERYWHERE' - Update description to highlight cross-device workflow - Update Chinese translations accordingly
1 parent 516c77a commit 74761cf

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

packages/web/src/features/welcome/index.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ describe("WelcomePage", () => {
9393
</Provider>
9494
);
9595

96-
expect(screen.getByText("GET STARTED")).toBeInTheDocument();
96+
expect(screen.getByText("DEPLOY ONCE, CODE EVERYWHERE")).toBeInTheDocument();
9797
expect(screen.getByRole("heading", { name: "Welcome to Coder Studio" })).toBeInTheDocument();
9898
expect(screen.getByRole("button", { name: "Open Workspace" })).toBeInTheDocument();
9999
expect(screen.getByRole("button", { name: "Settings" })).toBeInTheDocument();

packages/web/src/locales/en.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -606,9 +606,9 @@
606606
"conflict": "Resource conflict"
607607
},
608608
"welcome": {
609-
"kicker": "GET STARTED",
609+
"kicker": "DEPLOY ONCE, CODE EVERYWHERE",
610610
"title": "Welcome to Coder Studio",
611-
"description": "A local-first AI coding workbench. Launch AI agent sessions, review generated code, manage Git changes, and run terminals all in one place.",
611+
"description": "Deploy your coding workspace once, then keep working from wherever you are. Same workspace, same context, across all your devices.",
612612
"features": {
613613
"agent_first": {
614614
"title": "Agent-first AI coding",

packages/web/src/locales/zh.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -606,9 +606,9 @@
606606
"conflict": "资源冲突"
607607
},
608608
"welcome": {
609-
"kicker": "开始使用",
609+
"kicker": "一次部署,随处编码",
610610
"title": "欢迎使用 Coder Studio",
611-
"description": "一个本地优先的 AI 编码工作台。在同一个界面里启动 AI Agent 会话、审阅生成代码、管理 Git 变更并运行终端",
611+
"description": "只需部署一次编码工作区,即可在任何地方继续工作。同一个工作区,同一个上下文,跨所有设备",
612612
"features": {
613613
"agent_first": {
614614
"title": "以 Agent 为核心的 AI 编码",

0 commit comments

Comments
 (0)