Skip to content

Commit

Permalink
Merge pull request #775 from threshold-network/edit-copies-minting-page
Browse files Browse the repository at this point in the history
Edited copies on the Minting Page (Steps 1 and 2)
  • Loading branch information
lrsaturnino authored Aug 9, 2024
2 parents ccd6a99 + 27cd643 commit e2752f1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/pages/tBTC/Bridge/Minting/MakeDeposit.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -182,8 +182,8 @@ const MakeDepositComponent: FC<{
tBTC.
</BodyMd>
<BodyMd color="gray.500" mb={6}>
This address is a uniquely generated address based on the data you
provided.
This address is single use only. To make a second deposit, please
generate a new address.
</BodyMd>
<BTCAddressSection btcDepositAddress={btcDepositAddress} />
<MintDurationTiers
Expand Down
5 changes: 3 additions & 2 deletions src/pages/tBTC/Bridge/Minting/ProvideData.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -197,8 +197,9 @@ export const ProvideDataComponent: FC<{
subTitle="Generate a Deposit Address"
/>
<BodyMd color={textColor} mb={12}>
Based on these two addresses, the system will generate for you a unique
BTC deposit address. There is no minting limit.
Based on these two addresses, the system will generate a unique BTC
deposit address for you. There is no limit to the amount you can
deposit.
</BodyMd>
<MintingProcessForm
innerRef={formRef}
Expand Down

0 comments on commit e2752f1

Please sign in to comment.