Translations
This commit is contained in:
parent
8f033849d3
commit
bc66cc1b65
3 changed files with 16 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
|||
<ion-modal-view id="txp-details" ng-controller="txpDetailsController" ng-init="init()">
|
||||
<ion-header-bar align-title="center" class="bar-royal">
|
||||
<button class="button button-clear" ng-click="close()">
|
||||
<button class="button button-clear" ng-click="close()" translate>
|
||||
Close
|
||||
</button>
|
||||
<div class="title" translate>
|
||||
|
|
|
|||
|
|
@ -75,7 +75,7 @@
|
|||
</span>
|
||||
</div>
|
||||
|
||||
<div ng-show="wallet.cachedStatus.wallet.copayers[0]" class="item item-divider">
|
||||
<div ng-show="wallet.cachedStatus.wallet.copayers[0]" class="item item-divider" translate>
|
||||
Copayers
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue