Commit 032999d5a58843514c69e9c1a524e3fd30d2718c
1 parent
0e8f037ca5
Exists in
develop
Fix
Agregado acento
Showing
1 changed file
with
1 additions
and
1 deletions
 
Show diff stats
src/app/modules/seleccion-articulos/seleccion-articulos.component.html
| ... | ... | @@ -142,7 +142,7 @@ | 
| 142 | 142 | </div> | 
| 143 | 143 | <!-- MENSAJE DE ADVERTENCIA --> | 
| 144 | 144 | <div *ngIf="!articuloService.carrito.length" class="col h-100"> | 
| 145 | - <p class="text-center py-5">No hay articulos en el carrito</p> | |
| 145 | + <p class="text-center py-5">No hay artículos en el carrito</p> | |
| 146 | 146 | </div> | 
| 147 | 147 | </div> | 
| 148 | 148 | </div> |