add translate
This commit is contained in:
parent
a95f37ce54
commit
4662b2fc92
1 changed files with 2 additions and 2 deletions
|
|
@ -1,9 +1,9 @@
|
|||
<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
|
||||
</div>
|
||||
|
||||
<div ng-if="x.type == 'NewCopayer' && x.wallet.n==1">
|
||||
<div ng-if="x.type == 'NewCopayer' && x.wallet.n==1" translate>
|
||||
Wallet created
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue