change phrases in the scanner
This commit is contained in:
parent
a730c8e2d2
commit
49f4dfc5c7
1 changed files with 4 additions and 4 deletions
|
|
@ -41,13 +41,13 @@
|
|||
</div>
|
||||
<div ng-class="ng-hide" ng-show="noMatchingBtcWallet">
|
||||
<div class="text-center size-12 text-gray">
|
||||
<span>No BTC wallet to transfer funds to found.</span>
|
||||
<span>No Bitcoin wallet to transfer funds to found.</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div ng-class="ng-hide" ng-show="!btcBalance && readyToShow">
|
||||
<div class="text-center">
|
||||
<h4 class="text-bold" translate>No BTC found</h4>
|
||||
<h4 class="text-bold" translate>No Bitcoin found</h4>
|
||||
</div>
|
||||
</div>
|
||||
<div ng-class="ng-hide" ng-show="bchBalance">
|
||||
|
|
@ -85,13 +85,13 @@
|
|||
</div>
|
||||
<div ng-class="ng-hide" ng-show="noMatchingBchWallet">
|
||||
<div class="text-center size-12 text-gray">
|
||||
<span>No BCH wallet to transfer funds to found.</span>
|
||||
<span>No Bitcoin Cash wallet to transfer funds to found.</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div ng-class="ng-hide" ng-show="!bchBalance && readyToShow">
|
||||
<div class="text-center">
|
||||
<h4 class="text-bold" translate>No BCH found</h4>
|
||||
<h4 class="text-bold" translate>No Bitcoin Cash found</h4>
|
||||
</div>
|
||||
</div>
|
||||
<slide-to-accept-success
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue