add translate

This commit is contained in:
Matias Alejo Garcia 2016-09-02 10:32:22 -03:00
commit 4662b2fc92
No known key found for this signature in database
GPG key ID: 02470DB551277AB3

View file

@ -1,9 +1,9 @@
<span class="wallet-activity"> <span class="wallet-activity">
<div ng-if="x.type == 'NewCopayer' && x.wallet.n>1"> <div ng-if="x.type == 'NewCopayer' && x.wallet.n>1" translate>
Copayer joined Copayer joined
</div> </div>
<div ng-if="x.type == 'NewCopayer' && x.wallet.n==1"> <div ng-if="x.type == 'NewCopayer' && x.wallet.n==1" translate>
Wallet created Wallet created
</div> </div>