fix: i18n TicketSummary purchaseRequest header

This commit is contained in:
Javier Segarra 2025-05-21 09:19:31 +02:00
parent ec5caef07c
commit fa141fdd66
1 changed files with 1 additions and 1 deletions

View File

@ -446,7 +446,7 @@ onMounted(async () => {
<QTh auto-width>{{ t('globals.description') }}</QTh>
<QTh auto-width>{{ t('globals.created') }}</QTh>
<QTh auto-width>{{ t('ticket.summary.requester') }}</QTh>
<QTh auto-width>{{ t('ticket.summary.attender') }}</QTh>
<QTh auto-width>{{ t('ticket.summary.atender') }}</QTh>
<QTh auto-width>{{ t('globals.quantity') }}</QTh>
<QTh auto-width>{{ t('globals.price') }}</QTh>
<QTh auto-width>{{ t('globals.item') }}</QTh>