Fix typo on history
This commit is contained in:
parent
fe16f6a5d4
commit
8a92dd6300
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@
|
||||||
<div class="oh text-center">
|
<div class="oh text-center">
|
||||||
<span ng-if="index.updatingTxHistory" class="text-gray animated flash infinite" translate>Getting transactions...</span>
|
<span ng-if="index.updatingTxHistory" class="text-gray animated flash infinite" translate>Getting transactions...</span>
|
||||||
<span ng-if="!index.updatingTxHistory">
|
<span ng-if="!index.updatingTxHistory">
|
||||||
<div ng-show="index.txHistoryError && !index.notAuthorized" ng-click='index.openWallet()'>
|
<span ng-show="index.txHistoryError && !index.notAuthorized" ng-click='index.openWallet()'>
|
||||||
Could not fetch transaction history
|
Could not fetch transaction history
|
||||||
<br> [Tap to retry]
|
<br> [Tap to retry]
|
||||||
</span>
|
</span>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue