fix(frontend): avoid misleading error message when agent api is disable (#2697) (#2698)

This commit is contained in:
Nan Gao
2026-05-04 03:38:05 +02:00
committed by GitHub
parent f80ac961ec
commit 222a7773cb
5 changed files with 31 additions and 1 deletions
+2
View File
@@ -204,6 +204,8 @@ export const enUS: Translations = {
nameStepNetworkError:
"Network request failed — check your network or backend connection",
nameStepCheckError: "Could not verify name availability — please try again",
nameStepApiDisabledError:
"Custom agent management is not enabled on this server. Please contact your administrator.",
nameStepBootstrapMessage:
"The new custom agent name is {name}. Let's bootstrap it's **SOUL**.",
save: "Save agent",