Commit 4f1607a83c387a24dfe1475e34bdbfdc94d6fe5d
1 parent
7c42b1852e
Exists in
master
ortografia
Showing
1 changed file
with
1 additions
and
2 deletions
Show diff stats
src/js/controller.js
... | ... | @@ -494,8 +494,7 @@ angular.module('focaCrearHojaRuta') .controller('hojaRutaCtrl', |
494 | 494 | |
495 | 495 | if (confirmacion) { |
496 | 496 | focaModalService.confirm( |
497 | - '¿Esta seguro de que desea salir? ' + | |
498 | - 'Se perderán todos los datos cargados.' | |
497 | + '¿Está seguro de que desea salir? Se perderán todos los datos cargados.' | |
499 | 498 | ).then(function(data) { |
500 | 499 | if (data) { |
501 | 500 | $location.path('/'); |