fix: update i18n warning messages for unsaved actions

This commit is contained in:
puriphatt 2025-01-06 16:44:27 +07:00
parent 26a8761d33
commit 2aa397678d
3 changed files with 4 additions and 4 deletions

View file

@ -61,7 +61,7 @@ export function dialogWarningClose(
color: 'warning',
icon: 'mdi-alert',
title: t('form.warning.title'),
actionText: t('dialog.action.ok'),
actionText: t('dialog.action.close'),
message: opts.message || t('dialog.message.warningClose'),
action: async () => {
if (opts.action) opts.action();