Skip to content

Commit

Permalink
Merge pull request #98 from onflow/nialexsan/fix-account-funding-copy
Browse files Browse the repository at this point in the history
fix copy
  • Loading branch information
nialexsan committed Jun 11, 2024
2 parents 4202e9d + 81e6e56 commit eaecc1e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions components/FundAccountFields.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,12 @@ export default function FundAccountFields({
return (
<>
<Box mb={4} mt={4}>
<Themed.h3 sx={{mb: 0}}>Fund your FLOW account</Themed.h3>
<Themed.h3 sx={{mb: 0}}>Fund your Flow or Flow EVM account</Themed.h3>
<Themed.p>
Once you have created an account, you can incrementally add additional
funds to it. Your address should be a 16 character hexadecimal string.
funds to it. Your address should be a valid Flow account (16 character
hexadecimal string) or a valid EVM address (42 character hexadecimal
including the `0x` prefix).
</Themed.p>
</Box>
<Field
Expand Down

0 comments on commit eaecc1e

Please sign in to comment.