Commit 15820169c2a441e42df9ccbcfe90f443d0eb83ca
1 parent
6403392f1f
Exists in
master
Cambio de mensaje de validación.
Showing
1 changed file
with
1 additions
and
2 deletions
Show diff stats
src/js/controller.js
... | ... | @@ -295,8 +295,7 @@ angular.module('focaCrearHojaRuta') .controller('hojaRutaCtrl', |
295 | 295 | |
296 | 296 | if ($scope.hojaRuta.litros >= $scope.hojaRuta.vehiculo.capacidad) { |
297 | 297 | focaModalService.alert( |
298 | - 'No se puede agregar mas recibos porque la ' + | |
299 | - 'capacidad del vehiculo esta llena o no esta definida' | |
298 | + 'Debe ingresar toda la información para el transporte' | |
300 | 299 | ); |
301 | 300 | return; |
302 | 301 | } |