Skip to content

Commit d4143c9

Browse files
committed
fix: text send
1 parent d50d699 commit d4143c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sections/finance/components/finance-quick-transfer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ export default function FinanceQuickTransfer({
367367
disabled={amount === 0 || !isValidAddress(walletAddress) || !canContinue}
368368
onClick={confirm.onTrue}
369369
>
370-
Quick send
370+
Send
371371
</Button>
372372
</Stack>
373373
);

0 commit comments

Comments
 (0)