Skip to content

Commit

Permalink
[web] Change loading text
Browse files Browse the repository at this point in the history
  • Loading branch information
dnjooiopa committed Apr 28, 2024
1 parent 0f38607 commit 6b48867
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/components/Transactions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ const Transactions: FC<{}> = () => {
fetchTransactions(limit + 5)
}}
>
{isLoading ? '...' : 'Load more'}
{isLoading ? 'Loading...' : 'Load more'}
</button>
)}
</div>
Expand Down

0 comments on commit 6b48867

Please sign in to comment.