diff --git a/src/pages/Ticket/TicketFuture.vue b/src/pages/Ticket/TicketFuture.vue index 450b19919..3aa98df2b 100644 --- a/src/pages/Ticket/TicketFuture.vue +++ b/src/pages/Ticket/TicketFuture.vue @@ -186,9 +186,9 @@ watch( originElRef.value.setAttribute('colspan', '9'); destinationElRef.value.textContent = `${t( - 'advanceTickets.destination', + 'advanceTickets.origin', )} ${toDateTimeFormat(vnTableRef.value.params.dateToAdvance)}`; - originElRef.value.textContent = `${t('advanceTickets.origin')} ${toDateTimeFormat( + originElRef.value.textContent = `${t('advanceTickets.destination')} ${toDateTimeFormat( vnTableRef.value.params.dateFuture, )}`; @@ -203,7 +203,7 @@ watch( () => { if (originElRef.value && destinationElRef.value) { destinationElRef.value.textContent = `${t( - 'advanceTickets.destination', + 'advanceTickets.origin', )} ${toDateTimeFormat(vnTableRef.value.params.dateToAdvance)}`; originElRef.value.textContent = `${t('advanceTickets.origin')} ${toDateTimeFormat( vnTableRef.value.params.dateFuture, @@ -360,7 +360,7 @@ watch(