From 338b3104c6315de9985e3affa17e3361300f1a87 Mon Sep 17 00:00:00 2001 From: fit2cloud-chenyw Date: Tue, 31 Aug 2021 13:00:26 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E5=88=A0=E9=99=A4?= =?UTF-8?q?=E7=BB=84=E7=BB=87=E6=8F=90=E7=A4=BA=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/lang/en.js | 2 +- frontend/src/lang/tw.js | 2 +- frontend/src/lang/zh.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/src/lang/en.js b/frontend/src/lang/en.js index cd87e7173b..6c1cf3590d 100644 --- a/frontend/src/lang/en.js +++ b/frontend/src/lang/en.js @@ -542,7 +542,7 @@ export default { create: 'Create', modify: 'Modify', delete: 'Delete', - delete_confirm: 'Deleting the organization will be associated with deleting the subordinate organization, Are you sure you want to delete it?', + delete_confirm: 'Are you sure you want to delete the organization?', input_name: 'Please enter name', select_organization: 'Please select organization', search_by_name: 'Search by name', diff --git a/frontend/src/lang/tw.js b/frontend/src/lang/tw.js index 3142165b89..7067972a8a 100644 --- a/frontend/src/lang/tw.js +++ b/frontend/src/lang/tw.js @@ -542,7 +542,7 @@ export default { create: '新建組織', modify: '修改組織', delete: '刪除組織', - delete_confirm: '刪除該組織會關聯刪除該組織的下屬組織,確定要刪除嗎?', + delete_confirm: '確定要刪除該組織嗎?', input_name: '請輸入組織名稱', select_organization: '請選擇組織', search_by_name: '根據名稱搜索', diff --git a/frontend/src/lang/zh.js b/frontend/src/lang/zh.js index b243e71fa4..b8bdc5c0f5 100644 --- a/frontend/src/lang/zh.js +++ b/frontend/src/lang/zh.js @@ -542,7 +542,7 @@ export default { create: '新建组织', modify: '修改组织', delete: '删除组织', - delete_confirm: '删除该组织会关联删除该组织的下属组织,确定要删除吗?', + delete_confirm: '确定要删除该组织吗?', input_name: '请输入组织名称', select_organization: '请选择组织', search_by_name: '根据名称搜索',