From 77b06cbee9326e48a468f373f3422e2bf1819249 Mon Sep 17 00:00:00 2001 From: Max Schmitt Date: Wed, 1 Nov 2023 19:23:04 +0100 Subject: [PATCH] fix: 'extension.install' command in Chinese --- package.nls.zh-CN.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.nls.zh-CN.json b/package.nls.zh-CN.json index 7c1985703..d6284817b 100644 --- a/package.nls.zh-CN.json +++ b/package.nls.zh-CN.json @@ -1,6 +1,6 @@ { "description": "在 Visual Studio Code 中运行 Playwright Test 测试用例.", - "contributes.command.pw.extension.install": "安装 Playwright222", + "contributes.command.pw.extension.install": "安装 Playwright", "contributes.command.pw.extension.installBrowsers": "安装 Playwright 浏览器", "contributes.command.pw.extension.command.inspect": "拾取选择器", "contributes.command.pw.extension.command.closeBrowsers": "关闭全部 Playwright 浏览器",