diff --git a/frontend/src/lang/en.js b/frontend/src/lang/en.js index cad730b23b..ab8f8dd355 100644 --- a/frontend/src/lang/en.js +++ b/frontend/src/lang/en.js @@ -800,7 +800,7 @@ export default { relate_top_organization: 'Associated parent organization', organization_name_exist: 'Organization name already exists', cannot_delete: 'Cannot delete', - remove_user_first: 'Please remove all users in the organization before deleting the organization', + remove_user_first: 'Please remove all users and child nodes in the organization before deleting the organization', sure_delete_organization: 'Are you sure to delete this organization?', add_child_org: 'Add sub organization', edite_organization: 'Edit organization' diff --git a/frontend/src/lang/tw.js b/frontend/src/lang/tw.js index f6c562b35b..157d0d45f6 100644 --- a/frontend/src/lang/tw.js +++ b/frontend/src/lang/tw.js @@ -799,7 +799,7 @@ export default { relate_top_organization: '關聯上級組織', organization_name_exist: '組織名稱已存在', cannot_delete: '無法刪除', - remove_user_first: '請先移除組織中所有用戶,再進行刪除組織操作。', + remove_user_first: '請先移除組織中所有用戶以及子組織,再進行刪除組織操作。', sure_delete_organization: '確定刪除該組織嗎?', delete: '刪除', add_child_org: '添加子組織', diff --git a/frontend/src/lang/zh.js b/frontend/src/lang/zh.js index fd676f49b3..c06059cd49 100644 --- a/frontend/src/lang/zh.js +++ b/frontend/src/lang/zh.js @@ -798,7 +798,7 @@ export default { relate_top_organization: '关联上级组织', organization_name_exist: '组织名称已存在', cannot_delete: '无法删除', - remove_user_first: '请先移除组织中所有用户,再进行删除组织操作。', + remove_user_first: '请先移除组织中所有用户以及子组织,再进行删除组织操作。', sure_delete_organization: '确定删除该组织吗?', delete: '删除', add_child_org: '添加子组织',