Fixes strings and prepares to translation
This commit is contained in:
parent
6087541a6d
commit
d842a9f8ef
7 changed files with 75 additions and 51 deletions
|
|
@ -469,9 +469,9 @@
|
|||
Initial transaction history synchronization can take some minutes for wallets with many transactions.</br>
|
||||
Please stand by.
|
||||
</div>
|
||||
<div ng-show="index.txProgress > 6" translate class="size-14 text-gray m20t">
|
||||
<b>{{index.txProgress}}</b> Transactions<br>
|
||||
Downloaded
|
||||
<div ng-show="index.txProgress > 6" class="size-14 text-gray m20t">
|
||||
<b>{{index.txProgress}}</b>
|
||||
<span translate>Transactions<br> Downloaded</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
@ -534,7 +534,7 @@
|
|||
<div class="row m20t">
|
||||
<div class="large-6 medium-6 small-6 columns">
|
||||
<button type="submit" class="button black round expand" ng-show="index.historyShowShowAll" ng-click="index.showAllHistory()" ng-style="{'background-color':index.backgroundColor}" translate>
|
||||
<span translate>Show All</span>
|
||||
Show all
|
||||
</button>
|
||||
</div>
|
||||
<div class="large-6 medium-6 small-6 columns" ng-show="!index.isCordova">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue