From c3b4856125bbe91f4d2ae465f4e0300f8f8f64a9 Mon Sep 17 00:00:00 2001 From: robert Date: Thu, 23 Jan 2025 10:05:27 +0100 Subject: [PATCH] feat: refs #6629 traduction message --- src/pages/Customer/components/CustomerAddressEdit.vue | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/pages/Customer/components/CustomerAddressEdit.vue b/src/pages/Customer/components/CustomerAddressEdit.vue index 15894509e..10d5107e2 100644 --- a/src/pages/Customer/components/CustomerAddressEdit.vue +++ b/src/pages/Customer/components/CustomerAddressEdit.vue @@ -123,7 +123,6 @@ function getPayload() { } async function handleDialog(data) { - console.error(data); const payload = getPayload(); const body = { data, payload }; if (payload.updates.length) { @@ -132,7 +131,7 @@ async function handleDialog(data) { component: VnConfirm, componentProps: { title: t( - 'Do you also want to modify the states of all the tickets that are about to be served?' + 'confirmTicket' ), message: t('confirmDeletionMessage'), }, @@ -382,4 +381,9 @@ es: Remove note: Eliminar nota Longitude: Longitud Latitude: Latitud + confirmTicket: ¿Desea modificar también los estados de todos los tickets que están a punto de ser servidos? + confirmDeletionMessage: Si le das a aceptar, se modificaran todas las notas de los ticket a futuro +en: + confirmTicket: Do you also want to modify the states of all the tickets that are about to be served? + confirmDeletionMessage: If you click accept, all the notes of the future tickets will be modified