mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-28 11:41:04 +00:00
fix: revert verbose mode hint to original descriptive text
Restore "Press Ctrl+O to show full tool output" which is clearer than "toggle verbose mode" per PR review feedback.
This commit is contained in:
parent
bcd0b5efe6
commit
55116f86e3
1 changed files with 1 additions and 1 deletions
|
|
@ -101,7 +101,7 @@ export const CompactToolGroupDisplay: React.FC<
|
||||||
|
|
||||||
{/* Hint line */}
|
{/* Hint line */}
|
||||||
<Text color={theme.text.secondary}>
|
<Text color={theme.text.secondary}>
|
||||||
{t('Press Ctrl+O to toggle verbose mode')}
|
{t('Press Ctrl+O to show full tool output')}
|
||||||
</Text>
|
</Text>
|
||||||
</Box>
|
</Box>
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue