Commit 400808f594d82bdf22f401c2573bd67ff18f6978

Authored by Marcelo Puebla
1 parent e53c0c50ca
Exists in master

Paso palabra.

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"