This commit is contained in:
Gustavo Maximiliano Cortez 2017-04-27 14:30:27 -03:00
parent 1959f8fa8b
commit 893fda112f
No known key found for this signature in database
GPG Key ID: 15EDAD8D9F2EB1AF
1 changed files with 2 additions and 2 deletions

View File

@ -24,12 +24,12 @@
<div class="row">
<div class="col col-50">
<button class="button button-block button-stable" ng-click="cancel()">
{{'No' | translate}}
{{'Edit' | translate}}
</button>
</div>
<div class="col col-50">
<button class="button button-block button-stable" ng-click="save()">
{{'Yes' | translate}}
{{'Confirm' | translate}}
</button>
</div>
</div>