Changed message and fixes translations
This commit is contained in:
parent
1517951e0c
commit
2ae26067c1
3 changed files with 18 additions and 12 deletions
|
|
@ -1,7 +1,7 @@
|
|||
<div class="join" ng-controller="JoinController">
|
||||
<div data-alert class="loading-screen" ng-show="loading && !failure">
|
||||
<i class="size-60 fi-bitcoin-circle icon-rotate spinner"></i>
|
||||
<span translate>Authenticating and looking for peers...</span>
|
||||
<span translate>Connecting to Insight Wallet Server...</span>
|
||||
</div>
|
||||
<div class="row" ng-show="!loading">
|
||||
<div class="large-4 columns logo-setup">
|
||||
|
|
|
|||
|
|
@ -26,8 +26,8 @@
|
|||
</div>
|
||||
|
||||
<div class="btransactions" ng-if="lastShowed">
|
||||
<div translate ng-if="!blockchain_txs[0].txid && !loading">
|
||||
<em><strong>No transactions yet.</strong></em> </div>
|
||||
<div ng-if="!blockchain_txs[0].txid && !loading">
|
||||
<em><strong translate>No transactions yet.</strong></em></div>
|
||||
<div class="last-transactions" ng-repeat="btx in blockchain_txs | orderBy: 'time':true">
|
||||
<div class="last-transactions-header oh size-14">
|
||||
<div class="large-8 medium-7 small-4 columns ellipsis">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue