Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion frontend/src/components/layout/Apikey.vue
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ const copyCode = (row: any, key: any = 'secret_key') => {
})
}
const deleteHandler = (row: any) => {
ElMessageBox.confirm(t('user.del_user', { msg: row.name }), {
ElMessageBox.confirm(t('user.del_key', { msg: row.access_key }), {
confirmButtonType: 'danger',
confirmButtonText: t('dashboard.delete'),
cancelButtonText: t('common.cancel'),
Expand Down
1 change: 1 addition & 0 deletions frontend/src/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -456,6 +456,7 @@
"enabled": "Enabled",
"edit_user": "Edit User",
"del_user": "Do you want to delete user: {msg}?",
"del_key": "Do you want to delete key: {msg}?",
"please_first": "Please first",
"download_the_template": "download the template",
"required_and_upload": ", fill in as required and upload",
Expand Down
1 change: 1 addition & 0 deletions frontend/src/i18n/ko-KR.json
Original file line number Diff line number Diff line change
Expand Up @@ -456,6 +456,7 @@
"enabled": "활성화됨",
"edit_user": "사용자 편집",
"del_user": "사용자를 삭제하시겠습니까: {msg}?",
"del_key": "키를 삭제하시겠습니까?: {msg}?",
"please_first": "먼저",
"download_the_template": "템플릿 다운로드",
"required_and_upload": "하여 요구 사항에 따라 작성한 후 업로드하십시오",
Expand Down
1 change: 1 addition & 0 deletions frontend/src/i18n/zh-CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -457,6 +457,7 @@
"enabled": "已启用",
"edit_user": "编辑用户",
"del_user": "是否删除用户: {msg}?",
"del_key": "是否删除key: {msg}?",
"please_first": "请先",
"download_the_template": "下载模板",
"required_and_upload": ",按要求填写后上传",
Expand Down