Fix disable SSH option and remove Feature Manager language

Agent-Logs-Url: https://github.com/naturallaw777/staging_alpha/sessions/3fc488d2-ef33-4d4f-aeb5-f2532c658aad

Co-authored-by: naturallaw777 <99053422+naturallaw777@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-04-05 15:20:01 +00:00
committed by GitHub
parent 0e0e91d1f8
commit 7c1dbeac27
2 changed files with 72 additions and 5 deletions

View File

@@ -2152,7 +2152,7 @@ async def api_support_enable():
if not sshd_on:
raise HTTPException(
status_code=400,
detail="SSH must be enabled first. Please enable SSH Remote Access in the Feature Manager, then try again.",
detail="SSH must be enabled first. Please enable SSH Remote Access, then try again.",
)
ok = await loop.run_in_executor(None, _enable_support)