Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion desktop/renderer/src/i18n/en-US.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion desktop/renderer/src/i18n/zh-CN.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 模型",
Expand Down