diff --git a/src/components/TasksSettings.jsx b/src/components/TasksSettings.jsx index dda0cf1..99f35c3 100644 --- a/src/components/TasksSettings.jsx +++ b/src/components/TasksSettings.jsx @@ -65,7 +65,7 @@ function TasksSettings() {
task-master init {t('tasks.notInstalled.steps.initCommand')}git config --global",
+ "description": "Configure your git identity for commits. These settings will be applied globally via git config --global",
"name": {
"label": "Git Name",
"help": "Your name for git commits"
diff --git a/src/i18n/locales/zh-CN/chat.json b/src/i18n/locales/zh-CN/chat.json
index 6f20225..ef73178 100644
--- a/src/i18n/locales/zh-CN/chat.json
+++ b/src/i18n/locales/zh-CN/chat.json
@@ -61,7 +61,7 @@
"permissions": {
"grant": "授予 {{tool}} 权限",
"added": "权限已添加",
- "addTo": "将 {{entry}} 添加到允许的工具。",
+ "addTo": "将 {{entry}} 添加到允许的工具。",
"retry": "权限已保存。重试请求以使用该工具。",
"error": "无法更新权限。请重试。",
"openSettings": "打开设置"
diff --git a/src/i18n/locales/zh-CN/settings.json b/src/i18n/locales/zh-CN/settings.json
index f8a60f2..9aaaec9 100644
--- a/src/i18n/locales/zh-CN/settings.json
+++ b/src/i18n/locales/zh-CN/settings.json
@@ -168,7 +168,7 @@
},
"git": {
"title": "Git 配置",
- "description": "配置您的 git 提交身份。这些设置将通过 git config --global 全局应用",
+ "description": "配置您的 git 提交身份。这些设置将通过 git config --global 全局应用",
"name": {
"label": "Git 名称",
"help": "您的 git 提交名称"