mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-28 11:41:04 +00:00
fix ui
This commit is contained in:
parent
0c21071bf6
commit
a02ed08d26
4 changed files with 8 additions and 14 deletions
|
|
@ -634,7 +634,7 @@ export const MCPManagementDialog: React.FC<MCPManagementDialogProps> = ({
|
|||
footerText = t('Esc to back');
|
||||
break;
|
||||
case MCP_MANAGEMENT_STEPS.AUTHENTICATE:
|
||||
footerText = t('Press Enter to start authentication, Esc to go back');
|
||||
footerText = t('Esc to go back');
|
||||
break;
|
||||
default:
|
||||
footerText = t('Esc to close');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue