mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-09-14 02:24:44 +08:00
style: Optimize the internationalization of the cronjob report (#9055)
This commit is contained in:
parent
4aa7dbfa9f
commit
185eaf1211
1 changed files with 1 additions and 1 deletions
|
@ -406,7 +406,7 @@ const loadRecord = async (row: Cronjob.Record) => {
|
|||
|
||||
const onClean = async () => {
|
||||
if (!hasBackup(dialogData.value.rowData.type)) {
|
||||
ElMessageBox.confirm(i18n.global.t('commons.msg.clean'), i18n.global.t('commons.msg.deleteTitle'), {
|
||||
ElMessageBox.confirm(i18n.global.t('commons.msg.clean'), i18n.global.t('commons.button.clean'), {
|
||||
confirmButtonText: i18n.global.t('commons.button.confirm'),
|
||||
cancelButtonText: i18n.global.t('commons.button.cancel'),
|
||||
type: 'warning',
|
||||
|
|
Loading…
Add table
Reference in a new issue