translations

This commit is contained in:
Gabriel Bazán 2016-09-01 10:12:06 -03:00
commit 91d1b16508
22 changed files with 54 additions and 61 deletions

View file

@ -7,16 +7,16 @@
</ion-nav-bar>
<ion-content ng-controller="walletDetailsController" ng-init="init()" delegate-handle="my-handle">
<div ng-show="!wallet">
<div ng-show="!wallet" translate>
No Wallet
<a href ui-sref="tabs.home" class="button">
<a href ui-sref="tabs.home" class="button" translate>
Go home
</a>
</div>
<div ng-show="!wallet.isComplete()">
<a class="button button-block button-assertive" href ui-sref="wallet.copayers" class="button">
<a class="button button-block button-assertive" href ui-sref="wallet.copayers" class="button" translate>
Wallet Incomplete
</a>
</div>