From 555eb3cc6596e1c43db127217f481078b5f8b22f Mon Sep 17 00:00:00 2001 From: "Angnuo Li (from Dev Box)" Date: Tue, 4 Aug 2026 15:00:02 +0800 Subject: [PATCH] Update credential branding to MicroClaw Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> --- desktop/renderer/src/i18n/en-US.ts | 2 +- desktop/renderer/src/i18n/zh-CN.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/desktop/renderer/src/i18n/en-US.ts b/desktop/renderer/src/i18n/en-US.ts index 8b34cd3..8b35650 100644 --- a/desktop/renderer/src/i18n/en-US.ts +++ b/desktop/renderer/src/i18n/en-US.ts @@ -516,7 +516,7 @@ export default { "modelSetup.copilotCodeExpires": "This code expires in about {minutes} minutes.", "modelSetup.copilotOpenGitHub": "Open GitHub authorization", "modelSetup.copilotTokenPrivacy": - "OpenClaw stores the credential securely; it is never sent to this form.", + "MicroClaw stores the credential securely; it is never sent to this form.", "modelSetup.copilotConnected": "GitHub Copilot connected", "modelSetup.copilotUseAnotherAccount": "Sign in with another account", "modelSetup.copilotModelPlaceholder": "Choose a GitHub Copilot model", diff --git a/desktop/renderer/src/i18n/zh-CN.ts b/desktop/renderer/src/i18n/zh-CN.ts index 9447aaa..3096115 100644 --- a/desktop/renderer/src/i18n/zh-CN.ts +++ b/desktop/renderer/src/i18n/zh-CN.ts @@ -493,7 +493,7 @@ export default { "modelSetup.copilotEnterCode": "请在 GitHub 输入此一次性代码", "modelSetup.copilotCodeExpires": "此代码约 {minutes} 分钟后过期。", "modelSetup.copilotOpenGitHub": "打开 GitHub 授权页面", - "modelSetup.copilotTokenPrivacy": "凭据由 OpenClaw 安全保存,不会发送到此表单。", + "modelSetup.copilotTokenPrivacy": "凭据由 MicroClaw 安全保存,不会发送到此表单。", "modelSetup.copilotConnected": "GitHub Copilot 已连接", "modelSetup.copilotUseAnotherAccount": "使用其他账号登录", "modelSetup.copilotModelPlaceholder": "选择 GitHub Copilot 模型",