Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion webview/__tests__/scenarios/09-settings.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ describe("設定", () => {
await setupForSettings();
const user = userEvent.setup();

await user.click(screen.getByTitle("Open in terminal"));
await user.click(screen.getByTitle("Open session in terminal"));

expect(postMessage).toHaveBeenCalledWith({ type: "openTerminal" });
});
Expand Down
2 changes: 1 addition & 1 deletion webview/locales/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export const en = {
"input.remove": "Remove",
"input.placeholder": "Ask OpenCode... (type # to attach files)",
"input.addFile": (name: string) => `Add ${name}`,
"input.openTerminal": "Open in terminal",
"input.openTerminal": "Open session in terminal",
"input.shellMode": "Shell mode",
"input.placeholder.shell": "Enter shell command...",
"input.settings": "Settings",
Expand Down
2 changes: 1 addition & 1 deletion webview/locales/ja.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export const ja: typeof en = {
"input.remove": "削除",
"input.placeholder": "OpenCode に質問... (# でファイルを添付)",
"input.addFile": (name: string) => `${name} を追加`,
"input.openTerminal": "ターミナルで開く",
"input.openTerminal": "セッションをターミナルで開く",
"input.shellMode": "シェルモード",
"input.placeholder.shell": "シェルコマンドを入力...",
"input.settings": "設定",
Expand Down