diff --git a/src/pages/Route/Vehicle/locale/en.yml b/src/pages/Route/Vehicle/locale/en.yml index 0f3e563cc..3679cccc2 100644 --- a/src/pages/Route/Vehicle/locale/en.yml +++ b/src/pages/Route/Vehicle/locale/en.yml @@ -23,4 +23,4 @@ vehicle: assignInvoice: Assign invoice unlinkedInvoice: Unlinked 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? diff --git a/src/pages/Route/Vehicle/locale/es.yml b/src/pages/Route/Vehicle/locale/es.yml index 50e59a414..109eedd80 100644 --- a/src/pages/Route/Vehicle/locale/es.yml +++ b/src/pages/Route/Vehicle/locale/es.yml @@ -23,4 +23,4 @@ vehicle: assignInvoice: Vincular factura unlinkedInvoice: Factura desvinculada 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? diff --git a/src/router/modules/route.js b/src/router/modules/route.js index 1fd8b95b9..2377f12c5 100644 --- a/src/router/modules/route.js +++ b/src/router/modules/route.js @@ -196,7 +196,7 @@ const vehicleCard = { icon: 'vn:notes', }, component: () => import('src/pages/Route/Vehicle/Card/VehicleNotes.vue'), - } + }, { name: 'VehicleInvoiceIn', path: 'invoice-in',