This commit is contained in:
LaZzyMan 2026-03-09 18:26:01 +08:00
parent 0c21071bf6
commit a02ed08d26
4 changed files with 8 additions and 14 deletions

View file

@ -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');