mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
perf: 修复删除API Key文案错误
This commit is contained in:
parent
d0e67d2983
commit
a3dce84180
|
|
@ -33,8 +33,8 @@ export default {
|
|||
settings: '设置',
|
||||
delete: '删除',
|
||||
saveSettings: '保存设置',
|
||||
msgConfirm1: '是否删除API Key?',
|
||||
msgConfirm2: '删除API Key后将无法恢复,请确认是否删除!',
|
||||
msgConfirm1: '是否删除API Key',
|
||||
msgConfirm2: '删除API Key后将无法恢复,请确认是否删除?',
|
||||
confirmDelete: '删除',
|
||||
deleteSuccess: '删除成功',
|
||||
cancel: '取消',
|
||||
|
|
|
|||
Loading…
Reference in New Issue