diff --git a/src/portal/src/i18n/lang/en-us-lang.json b/src/portal/src/i18n/lang/en-us-lang.json index 89b796199..520fa5fd2 100644 --- a/src/portal/src/i18n/lang/en-us-lang.json +++ b/src/portal/src/i18n/lang/en-us-lang.json @@ -170,7 +170,7 @@ "NAME_IS_ILLEGAL": "Project name is invalid.", "UNKNOWN_ERROR": "An unknown error occurred while creating the project.", "ITEMS": "items", - "DELETION_TITLE": "Confirm project deletion", + "DELETION_TITLE": "Confirm removal of project members", "DELETION_SUMMARY": "Do you want to delete project {{param}}?", "FILTER_PLACEHOLDER": "Filter Projects", "REPLICATION_RULE": "Replication Rule", diff --git a/src/portal/src/i18n/lang/zh-cn-lang.json b/src/portal/src/i18n/lang/zh-cn-lang.json index f02074430..69378d866 100644 --- a/src/portal/src/i18n/lang/zh-cn-lang.json +++ b/src/portal/src/i18n/lang/zh-cn-lang.json @@ -171,7 +171,7 @@ "UNKNOWN_ERROR": "创建项目时发生未知错误。", "OF": "共计", "ITEMS": "条记录", - "DELETION_TITLE": "删除项目确认", + "DELETION_TITLE": "移除项目成员确认", "DELETION_SUMMARY": "你确认删除项目 {{param}}?", "FILTER_PLACEHOLDER": "过滤项目", "REPLICATION_RULE": "复制规则",