mino changes on translations
gitea/salix/pipeline/head This commit looks good
Details
gitea/salix/pipeline/head This commit looks good
Details
This commit is contained in:
parent
58447c8168
commit
ac917b6115
|
@ -56,7 +56,7 @@ class Controller extends Section {
|
||||||
|
|
||||||
this.$http.get(query).then(response => {
|
this.$http.get(query).then(response => {
|
||||||
if (!response.data)
|
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;
|
return response.data;
|
||||||
}).then(address => {
|
}).then(address => {
|
||||||
|
|
|
@ -9,5 +9,5 @@ Tickets to add: Tickets a añadir
|
||||||
Ticket not found: No se ha encontrado el ticket
|
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
|
The selected ticket is not suitable for this route: El ticket seleccionado no es apto para esta ruta
|
||||||
PC: CP
|
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
|
The route doesn't have a vehicle: La ruta no tiene un vehículo
|
Loading…
Reference in New Issue