Skip to content

Commit

Permalink
fix typo (space missing)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromelacote committed Jul 7, 2019
1 parent 2e9d522 commit 3b1cafd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/views/walletHome.html
Original file line number Diff line number Diff line change
Expand Up @@ -653,7 +653,7 @@ <h4 class="title m0" style="padding:0 10px;">
<div class="large-12 columns">
<div class="oh text-center">
<span ng-show="index.txHistoryError" ng-click='index.updateTxHistory()'>
<p class="size-13m10b db text-gray" translate>Could not fetch transaction history</p>
<p class="size-13 m10b db text-gray" translate>Could not fetch transaction history</p>
<button class="outline round light-gray tiny" translate>Tap to retry</button>
</span>
<span ng-if="!index.txHistoryError" translate>
Expand Down

0 comments on commit 3b1cafd

Please sign in to comment.