chore: refs #8441 update unassign invoice confirmation messages in English and Spanish locales
gitea/salix-front/pipeline/pr-dev There was a failure building this commit
Details
gitea/salix-front/pipeline/pr-dev There was a failure building this commit
Details
This commit is contained in:
parent
737eb74117
commit
622307697f
|
@ -23,4 +23,4 @@ vehicle:
|
||||||
assignInvoice: Assign invoice
|
assignInvoice: Assign invoice
|
||||||
unlinkedInvoice: Unlinked invoice
|
unlinkedInvoice: Unlinked invoice
|
||||||
unassignInvoice: Unassign invoice
|
unassignInvoice: Unassign invoice
|
||||||
unassignInvoiceConfirmation: This invoice will be unassigned from this vehicle Continue anyway
|
unassignInvoiceConfirmation: This invoice will be unassigned from this vehicle! Continue anyway?
|
||||||
|
|
|
@ -23,4 +23,4 @@ vehicle:
|
||||||
assignInvoice: Vincular factura
|
assignInvoice: Vincular factura
|
||||||
unlinkedInvoice: Factura desvinculada
|
unlinkedInvoice: Factura desvinculada
|
||||||
unassignInvoice: Desvincular factura
|
unassignInvoice: Desvincular factura
|
||||||
unassignInvoiceConfirmation: Esta factura se desvinculará de este vehículo Continuar de todas formas
|
unassignInvoiceConfirmation: Esta factura se desvinculará de este vehículo! ¿Continuar de todas formas?
|
||||||
|
|
|
@ -196,7 +196,7 @@ const vehicleCard = {
|
||||||
icon: 'vn:notes',
|
icon: 'vn:notes',
|
||||||
},
|
},
|
||||||
component: () => import('src/pages/Route/Vehicle/Card/VehicleNotes.vue'),
|
component: () => import('src/pages/Route/Vehicle/Card/VehicleNotes.vue'),
|
||||||
}
|
},
|
||||||
{
|
{
|
||||||
name: 'VehicleInvoiceIn',
|
name: 'VehicleInvoiceIn',
|
||||||
path: 'invoice-in',
|
path: 'invoice-in',
|
||||||
|
|
Loading…
Reference in New Issue