From b5fcaad3da78cb4575bbd808c07e884ca33e4040 Mon Sep 17 00:00:00 2001 From: wxg0103 <727495428@qq.com> Date: Fri, 17 Dec 2021 18:45:49 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E6=8E=A5=E5=8F=A3=E6=B5=8B=E8=AF=95):=20?= =?UTF-8?q?=E5=9B=BD=E9=99=85=E5=8C=96=E6=8E=92=E7=89=88=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --bug=1008941 --user=王孝刚 【国际化】接口测试 模块 ,国际化排版问题汇总 https://www.tapd.cn/55049933/s/1082651 --- frontend/src/i18n/en-US.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/i18n/en-US.js b/frontend/src/i18n/en-US.js index d3654c3576..4c777c9d55 100644 --- a/frontend/src/i18n/en-US.js +++ b/frontend/src/i18n/en-US.js @@ -1458,7 +1458,7 @@ export default { select_type: "Choose type", description: "Extract data from the response and store it in variables. Use the variables in subsequent requests.", regex: "Regex", - multiple_matching: "Multiple matching", + multiple_matching: "Match multiple", regex_expression: "Regular expression", json_path_expression: "JSONPath expression", xpath_expression: "XPath expression",