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() {
  1. {t('tasks.notInstalled.steps.restart')}
  2. {t('tasks.notInstalled.steps.autoAvailable')}
  3. -
  4. Use task-master init {t('tasks.notInstalled.steps.initCommand')}
  5. +
  6. {t('tasks.notInstalled.steps.initCommand')}
diff --git a/src/i18n/locales/en/chat.json b/src/i18n/locales/en/chat.json index 4083a49..d612791 100644 --- a/src/i18n/locales/en/chat.json +++ b/src/i18n/locales/en/chat.json @@ -61,7 +61,7 @@ "permissions": { "grant": "Grant permission for {{tool}}", "added": "Permission added", - "addTo": "Adds {{entry}} to Allowed Tools.", + "addTo": "Adds {{entry}} to Allowed Tools.", "retry": "Permission saved. Retry the request to use the tool.", "error": "Unable to update permissions. Please try again.", "openSettings": "Open settings" diff --git a/src/i18n/locales/en/settings.json b/src/i18n/locales/en/settings.json index b8a5f71..c015592 100644 --- a/src/i18n/locales/en/settings.json +++ b/src/i18n/locales/en/settings.json @@ -168,7 +168,7 @@ }, "git": { "title": "Git Configuration", - "description": "Configure your git identity for commits. These settings will be applied globally via 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 提交名称"