diff options
| -rw-r--r-- | packages/opencode/src/cli/cmd/tui/component/prompt/index.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/opencode/src/cli/cmd/tui/component/prompt/index.tsx b/packages/opencode/src/cli/cmd/tui/component/prompt/index.tsx index 676610c7a..4078bf6fd 100644 --- a/packages/opencode/src/cli/cmd/tui/component/prompt/index.tsx +++ b/packages/opencode/src/cli/cmd/tui/component/prompt/index.tsx @@ -712,7 +712,7 @@ export function Prompt(props: PromptProps) { <Match when={props.hint}>{props.hint!}</Match> <Match when={true}> <text fg={theme.text}> - ctrl+p <span style={{ fg: theme.textMuted }}>commands</span> + {keybind.print("command_list")} <span style={{ fg: theme.textMuted }}>commands</span> </text> </Match> </Switch> |
