Merge pull request #2518 from cmgustavo/bug/history-01

Fix typo on history
This commit is contained in:
Matias Alejo Garcia 2015-04-15 13:56:05 -03:00
commit f106a54924
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
<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">
<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
<br> [Tap to retry]
</span>