style: Optimize the internationalization of the cronjob report (#9055)

This commit is contained in:
ssongliu 2025-06-13 15:26:42 +08:00 committed by GitHub
parent 4aa7dbfa9f
commit 185eaf1211
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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',