diff options
| author | David Hill <[email protected]> | 2026-02-18 21:02:28 +0000 |
|---|---|---|
| committer | David Hill <[email protected]> | 2026-02-18 21:33:14 +0000 |
| commit | 2589eb207fddda12418eb38af675eea6da4be6e7 (patch) | |
| tree | 844f30fe00a9854391cf856a304e5494b7099dda /packages/app/src/i18n/en.ts | |
| parent | ec7c72da3fbc232e4eaceed6a3ccecb255f00756 (diff) | |
| download | opencode-2589eb207fddda12418eb38af675eea6da4be6e7.tar.gz opencode-2589eb207fddda12418eb38af675eea6da4be6e7.zip | |
tweak(app): shorten prompt mode toggle tooltips
Diffstat (limited to 'packages/app/src/i18n/en.ts')
| -rw-r--r-- | packages/app/src/i18n/en.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/app/src/i18n/en.ts b/packages/app/src/i18n/en.ts index 6fcec384f..8837dcbad 100644 --- a/packages/app/src/i18n/en.ts +++ b/packages/app/src/i18n/en.ts @@ -69,8 +69,8 @@ export const dict = { "command.agent.cycle.reverse.description": "Switch to the previous agent", "command.model.variant.cycle": "Cycle thinking effort", "command.model.variant.cycle.description": "Switch to the next effort level", - "command.prompt.mode.shell": "Switch to shell mode", - "command.prompt.mode.normal": "Switch to prompt mode", + "command.prompt.mode.shell": "Shell", + "command.prompt.mode.normal": "Prompt", "command.permissions.autoaccept.enable": "Auto-accept edits", "command.permissions.autoaccept.disable": "Stop auto-accepting edits", "command.workspace.toggle": "Toggle workspaces", |
