changed bitcoin to bitcoin core in UI

This commit is contained in:
Kadir Sekha 2017-11-22 13:55:59 +09:00
commit 7a5a8375f0
3 changed files with 3 additions and 3 deletions

View file

@ -39,7 +39,7 @@
<div class="subheader" ng-if="walletsBtc[0] && walletsBch[0]" translate>
<img class="wallet-coin-logo" src="img/icon-bitcoin.svg" width="18">
<span translate>Bitcoin Wallets</span>
<span translate>Bitcoin Core Wallets</span>
</div>
<a
ng-repeat="wallet in walletsBtc track by $index"