From 1e40d132db0c3fed749463caff9f814b7d6a0926 Mon Sep 17 00:00:00 2001 From: CaptainB Date: Mon, 18 Mar 2024 19:00:56 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E8=B0=83=E6=95=B4=E9=83=A8=E5=88=86?= =?UTF-8?q?=E8=8B=B1=E6=96=87=E7=BF=BB=E8=AF=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../projectAndPermission/menuManagement/locale/en-US.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/views/project-management/projectAndPermission/menuManagement/locale/en-US.ts b/frontend/src/views/project-management/projectAndPermission/menuManagement/locale/en-US.ts index baf447c380..04dfcb6b62 100644 --- a/frontend/src/views/project-management/projectAndPermission/menuManagement/locale/en-US.ts +++ b/frontend/src/views/project-management/projectAndPermission/menuManagement/locale/en-US.ts @@ -27,9 +27,9 @@ export default { 'project.menu.API_SCRIPT_REVIEWER': 'Script Review', 'project.menu.API_SCRIPT_REVIEWER_TIP': 'The interface case contains script steps that need to be reviewed by a designated user; the reviewer can be changed', - 'project.menu.API_ERROR_REPORT_RULE': 'False Report Rule', + 'project.menu.API_ERROR_REPORT_RULE': 'Fake Error Rule', 'project.menu.API_ERROR_REPORT_RULE_TIP': - 'When the interface return result matches the false report rule, the interface result will be treated as a false report', + 'When the interface return result matches the fake error rule, the interface result will be treated as a false report', 'project.menu.API_SYNC_CASE': 'Change Sync CASE', 'project.menu.CASE_PUBLIC': 'Public Case Library',