Skip to content

Commit

Permalink
Fix text
Browse files Browse the repository at this point in the history
  • Loading branch information
cmgustavo committed Apr 27, 2017
1 parent 1959f8f commit 893fda1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions www/views/onboarding/collectEmail.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 893fda1

Please sign in to comment.