From b004e92aa628bdd441247d84155fbfb327986a1b Mon Sep 17 00:00:00 2001 From: Peter Dave Hello Date: Mon, 13 Oct 2025 01:28:08 +0800 Subject: [PATCH] fix(i18n): Update zh-TW run command title Align the chat locale string with the tooltip wording. Ensure the action label conveys execution instead of a noun. Keeps the zh-TW copy consistent with the Run command UI. --- webview-ui/src/i18n/locales/zh-TW/chat.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webview-ui/src/i18n/locales/zh-TW/chat.json b/webview-ui/src/i18n/locales/zh-TW/chat.json index 24a67b13a9a..715452977af 100644 --- a/webview-ui/src/i18n/locales/zh-TW/chat.json +++ b/webview-ui/src/i18n/locales/zh-TW/chat.json @@ -69,7 +69,7 @@ } }, "runCommand": { - "title": "命令", + "title": "執行", "tooltip": "執行此命令" }, "proceedWhileRunning": {