Commit 99ebc9b3c5c5f829a05d1edf8b978c1775fcbe7e

Authored by Marcelo Puebla
1 parent 53593dd649
Exists in master and in 2 other branches develop, lab

Cambiado texto.

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/js/controller.js
... ... @@ -91,7 +91,7 @@ angular.module('focaActivarHojaRuta')
91 91 texto = 'Disponible';
92 92 break;
93 93 case 1:
94   - texto = 'Asignada';
  94 + texto = 'Activada';
95 95 break;
96 96 case 2:
97 97 texto = 'Terminada';