fix: update i18n warning messages for unsaved actions
This commit is contained in:
parent
26a8761d33
commit
2aa397678d
3 changed files with 4 additions and 4 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue