We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0b5b91b + 874af73 commit c8822e2Copy full SHA for c8822e2
www/img/icon-bitcoin.svg
www/views/topup.html
@@ -31,7 +31,7 @@
31
<div class="info">
32
33
<div class="item item-icon-right" ng-click="showWalletSelector()">
34
- <div class="label" translate>From {{wallet.coin}}</div>
+ <div class="label" translate>From</div>
35
<div class="wallet">
36
<i class="icon big-icon-svg">
37
<img ng-src="img/{{wallet.network == 'testnet' ? 'icon-wallet-testnet' : (wallet.coin == 'btc' ? 'icon-btc' : 'icon-bch')}}.svg" ng-class="{'wallet-background-color-default': !wallet.color}" ng-style="{'background-color': wallet.color}" class="bg">
0 commit comments