Skip to content

Commit

Permalink
fix: Team management remove button nationalization (#2504)
Browse files Browse the repository at this point in the history
  • Loading branch information
shaohuzhang1 authored Mar 5, 2025
1 parent b10147e commit bc3dcda
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions ui/src/locales/lang/en-US/views/team.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.'
Expand Down
1 change: 1 addition & 0 deletions ui/src/locales/lang/zh-CN/views/team.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ export default {
placeholder: '请输入用户名搜索'
},
delete: {
button: '移除',
confirmTitle: '是否移除成员:',
confirmMessage: '移除后将会取消成员拥有的知识库和应用权限。'
},
Expand Down
1 change: 1 addition & 0 deletions ui/src/locales/lang/zh-Hant/views/team.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ export default {
placeholder: '請輸入使用者名稱搜尋'
},
delete: {
button: '移除',
confirmTitle: '是否移除成員:',
confirmMessage: '移除後將會取消成員擁有之知識庫和應用程式權限。'
},
Expand Down

0 comments on commit bc3dcda

Please sign in to comment.