diff --git a/ui/src/locales/lang/en-US/views/team.ts b/ui/src/locales/lang/en-US/views/team.ts index dd624e8c4fb..d25df4bb373 100644 --- a/ui/src/locales/lang/en-US/views/team.ts +++ b/ui/src/locales/lang/en-US/views/team.ts @@ -9,6 +9,7 @@ export default { placeholder: 'Enter username to search' }, delete: { + button: 'Remove', confirmTitle: 'Confirm removal of member:', confirmMessage: 'Removing the member will revoke their access to knowledge and APP.' diff --git a/ui/src/locales/lang/zh-CN/views/team.ts b/ui/src/locales/lang/zh-CN/views/team.ts index 155ecc848b8..58a2bc30cf7 100644 --- a/ui/src/locales/lang/zh-CN/views/team.ts +++ b/ui/src/locales/lang/zh-CN/views/team.ts @@ -9,6 +9,7 @@ export default { placeholder: '请输入用户名搜索' }, delete: { + button: '移除', confirmTitle: '是否移除成员:', confirmMessage: '移除后将会取消成员拥有的知识库和应用权限。' }, diff --git a/ui/src/locales/lang/zh-Hant/views/team.ts b/ui/src/locales/lang/zh-Hant/views/team.ts index e4ef4dfb1fd..1b1fb4192b8 100644 --- a/ui/src/locales/lang/zh-Hant/views/team.ts +++ b/ui/src/locales/lang/zh-Hant/views/team.ts @@ -9,6 +9,7 @@ export default { placeholder: '請輸入使用者名稱搜尋' }, delete: { + button: '移除', confirmTitle: '是否移除成員:', confirmMessage: '移除後將會取消成員擁有之知識庫和應用程式權限。' },