Skip to content

Commit b5b3e13

Browse files
committed
Tighten terminal empty-state copy
1 parent bb7e589 commit b5b3e13

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

packages/web/src/features/terminal-panel/__tests__/terminal-panel.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -545,7 +545,7 @@ describe("TerminalPanel", () => {
545545
).toBeTruthy();
546546
expect(
547547
within(emptyPanel as HTMLElement).getByText(
548-
"Launch a shell to inspect files, run commands, and verify changes without leaving the workspace."
548+
"Launch a shell to inspect files and run commands."
549549
)
550550
).toHaveClass("bottom-terminal-empty-hint");
551551

packages/web/src/locales/en.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@
329329
"agent": "Agent Terminal",
330330
"reconnect_hint": "Connection lost, reconnecting...",
331331
"no_terminal": "No terminals",
332-
"empty_hint": "Launch a shell to inspect files, run commands, and verify changes without leaving the workspace.",
332+
"empty_hint": "Launch a shell to inspect files and run commands.",
333333
"load_failed_title": "Could not load terminals",
334334
"load_failed_body": "Refresh the workspace connection and try again.",
335335
"create_failed_title": "Could not create terminal",

packages/web/src/locales/zh.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@
329329
"agent": "Agent 终端",
330330
"reconnect_hint": "连接已断开,正在重连...",
331331
"no_terminal": "暂无终端",
332-
"empty_hint": "启动一个 Shell 来查看文件、运行命令,并在不离开工作区的情况下验证更改",
332+
"empty_hint": "启动一个 Shell 来查看文件、运行命令。",
333333
"load_failed_title": "加载终端失败",
334334
"load_failed_body": "请刷新工作区连接后重试。",
335335
"create_failed_title": "创建终端失败",

0 commit comments

Comments
 (0)