fix: change wording from deposit to top up wallet (#440)

This commit is contained in:
Attila Gazso
2022-06-24 13:52:17 +02:00
committed by GitHub
parent cfcc859303
commit 21df01c924
+1 -1
View File
@@ -39,7 +39,7 @@ export function AccountWallet(): ReactElement {
<Grid container direction="row" justifyContent="space-between" alignItems="center">
<Typography variant="h2">Wallet balance</Typography>
<SwarmButton onClick={onDeposit} iconType={Download}>
Deposit
Top up wallet
</SwarmButton>
</Grid>
</Box>