feat: 03 => update actionText for warnings to use general translation

This commit is contained in:
puriphatt 2025-01-21 17:52:32 +07:00
parent 095f190f99
commit 63a44e1c14
2 changed files with 13 additions and 4 deletions

View file

@ -577,7 +577,7 @@ function employeeConfirmUnsave(close = true) {
color: 'warning',
icon: 'mdi-alert',
title: t('form.warning.title'),
actionText: t('ok'),
actionText: t('general.ok'),
persistent: true,
message: t('form.warning.unsave'),
action: () => {
@ -604,7 +604,7 @@ function customerConfirmUnsave(close = true) {
color: 'warning',
icon: 'mdi-alert',
title: t('form.warning.title'),
actionText: t('ok'),
actionText: t('general.ok'),
persistent: true,
message: t('form.warning.unsave'),
@ -2196,7 +2196,7 @@ const emptyCreateDialog = ref(false);
color: 'warning',
icon: 'mdi-alert',
title: t('dialog.title.incompleteDataEntry'),
actionText: t('ok'),
actionText: t('general.ok'),
persistent: true,
message: t('dialog.message.incompleteDataEntry', {
tap: `${tapIsUndefined.map((v: string) => t(`customerBranch.tab.${v}`)).join(', ')}`,
@ -4088,7 +4088,7 @@ const emptyCreateDialog = ref(false);
color: 'warning',
icon: 'mdi-alert',
title: t('dialog.title.incompleteDataEntry'),
actionText: t('ok'),
actionText: t('general.ok'),
persistent: true,
message: t('dialog.message.incompleteDataEntry', {
tap: `${tapIsUndefined.map((v: string) => t(`customerBranch.tab.${v}`)).join(', ')}`,