Skip to content

Commit 3b1cafd

Browse files
committed
fix typo (space missing)
1 parent 2e9d522 commit 3b1cafd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/views/walletHome.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -653,7 +653,7 @@ <h4 class="title m0" style="padding:0 10px;">
653653
<div class="large-12 columns">
654654
<div class="oh text-center">
655655
<span ng-show="index.txHistoryError" ng-click='index.updateTxHistory()'>
656-
<p class="size-13m10b db text-gray" translate>Could not fetch transaction history</p>
656+
<p class="size-13 m10b db text-gray" translate>Could not fetch transaction history</p>
657657
<button class="outline round light-gray tiny" translate>Tap to retry</button>
658658
</span>
659659
<span ng-if="!index.txHistoryError" translate>

0 commit comments

Comments
 (0)