From ac917b6115bbdf6e889a9ae283b90dbb64d4c8ec Mon Sep 17 00:00:00 2001 From: carlosjr Date: Mon, 10 May 2021 10:46:17 +0200 Subject: [PATCH] mino changes on translations --- modules/route/front/tickets/index.js | 2 +- modules/route/front/tickets/locale/es.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/route/front/tickets/index.js b/modules/route/front/tickets/index.js index 238e80d27..3619335c8 100644 --- a/modules/route/front/tickets/index.js +++ b/modules/route/front/tickets/index.js @@ -56,7 +56,7 @@ class Controller extends Section { this.$http.get(query).then(response => { if (!response.data) - throw new UserError(`The route's vehicle doesn't have a delivery point`); + throw new UserError(`The route's vehicle doesn't have a departing warehouse`); return response.data; }).then(address => { diff --git a/modules/route/front/tickets/locale/es.yml b/modules/route/front/tickets/locale/es.yml index ebf9be25b..6fa29e5ca 100644 --- a/modules/route/front/tickets/locale/es.yml +++ b/modules/route/front/tickets/locale/es.yml @@ -9,5 +9,5 @@ Tickets to add: Tickets a añadir Ticket not found: No se ha encontrado el ticket The selected ticket is not suitable for this route: El ticket seleccionado no es apto para esta ruta PC: CP -The route's vehicle doesn't have a delivery point: El vehículo de la ruta no tiene un almacén de salida +The route's vehicle doesn't have a departing warehouse: El vehículo de la ruta no tiene un almacén de salida The route doesn't have a vehicle: La ruta no tiene un vehículo \ No newline at end of file