feat: update warning dialog messages for better clarity
This commit is contained in:
parent
eae2139c52
commit
1479320e96
2 changed files with 5 additions and 2 deletions
|
|
@ -67,8 +67,8 @@ export function dialogWarningClose(
|
|||
color: 'warning',
|
||||
icon: 'mdi-alert',
|
||||
title: t('form.warning.title'),
|
||||
actionText: opts.actionText || t('dialog.action.close'),
|
||||
message: opts.message || t('dialog.message.warningClose'),
|
||||
actionText: opts.actionText || t('dialog.action.ok'),
|
||||
message: opts.message || t('dialog.message.close'),
|
||||
action: async () => {
|
||||
if (opts.action) opts.action();
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue