fix: i18n TicketSummary purchaseRequest header
This commit is contained in:
parent
ec5caef07c
commit
fa141fdd66
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue