Merge pull request #4391 from cmgustavo/bug/ui-pref-tx-history-01
Fix UI to show preparing...
This commit is contained in:
commit
77c3cc1ebb
1 changed files with 2 additions and 1 deletions
|
|
@ -14,7 +14,8 @@
|
|||
</span>
|
||||
</li>
|
||||
<li ng-if="!csvReady && !index.isCordova">
|
||||
<span translate>Export to file [preparing...]</span>
|
||||
<span class="right text-gray text-italic" translate>preparing...</span>
|
||||
<span translate>Export to file</span>
|
||||
</li>
|
||||
<li ng-click="clearTransactionHistory()" ng-style="{'color':index.backgroundColor}" translate>
|
||||
Clear cache
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue