added translate tags. Spanish partial support. Need revision
This commit is contained in:
parent
302e75228d
commit
2ea21c42f3
24 changed files with 930 additions and 210 deletions
|
|
@ -10,10 +10,10 @@
|
|||
{{address.balance || 0|noFractionNumber}} {{$root.unitName}}
|
||||
</p>
|
||||
<button class="m15t button secondary" open-external address="{{address.address}}">
|
||||
<i class="fi-link"> </i> Open in external application
|
||||
<i class="fi-link"> </i> <span translate>Open in external application</span>
|
||||
</button><br><br>
|
||||
<button class="m15t button secondary" ng-show="isMobile" ng-click="mobileCopy(address.address)">
|
||||
<i class="fi-link"> </i> Copy to clipboard
|
||||
<i class="fi-link"> </i> <span translate>Copy to clipboard</span>
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue