Changed button´s name. One to "OK" and another to "Adicionar"

This commit is contained in:
Tiago Kayaya
2020-09-07 17:25:38 +01:00
parent e33cf1ff31
commit 5a9eee018e
2 changed files with 2 additions and 2 deletions
@@ -31,7 +31,7 @@
</ion-buttons>
<ion-buttons slot="end">
<ion-button (click)="save()">
<ion-label>Gravar</ion-label>
<ion-label>Adicionar</ion-label>
<ion-icon name="checkmark" slot="start"></ion-icon>
</ion-button>
</ion-buttons>
@@ -49,7 +49,7 @@
<ion-title></ion-title>
<ion-buttons slot="end">
<ion-button (click)="save()">
<ion-label>Gravar</ion-label>
<ion-label>OK</ion-label>
<ion-icon name="checkmark" slot="start"></ion-icon>
</ion-button>
</ion-buttons>