Skip to content

Commit bc3dcda

Browse files
authored
fix: Team management remove button nationalization (#2504)
1 parent b10147e commit bc3dcda

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

ui/src/locales/lang/en-US/views/team.ts

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ export default {
99
placeholder: 'Enter username to search'
1010
},
1111
delete: {
12+
button: 'Remove',
1213
confirmTitle: 'Confirm removal of member:',
1314
confirmMessage:
1415
'Removing the member will revoke their access to knowledge and APP.'

ui/src/locales/lang/zh-CN/views/team.ts

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ export default {
99
placeholder: '请输入用户名搜索'
1010
},
1111
delete: {
12+
button: '移除',
1213
confirmTitle: '是否移除成员:',
1314
confirmMessage: '移除后将会取消成员拥有的知识库和应用权限。'
1415
},

ui/src/locales/lang/zh-Hant/views/team.ts

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ export default {
99
placeholder: '請輸入使用者名稱搜尋'
1010
},
1111
delete: {
12+
button: '移除',
1213
confirmTitle: '是否移除成員:',
1314
confirmMessage: '移除後將會取消成員擁有之知識庫和應用程式權限。'
1415
},

0 commit comments

Comments
 (0)