Commit c60e89269cd3d1e168b16166d987af8e93452ccc

Authored by Eric Fernandez
Exists in master

Merge branch 'master' into 'master'

Master(mpuebla)

See merge request !105
src/app/components/comanda/comanda.component.html
... ... @@ -50,7 +50,7 @@
50 50 *ngIf="comanda.estado === 2"
51 51 class="btn btn-block btn-success shadow-sm"
52 52 (click)="updateComanda(comanda, 3, 'Terminado')">
53   - Terminado
  53 + Terminar
54 54 </button>
55 55 <button
56 56 *ngIf="comanda.estado === 2"