Skip to content

Commit

Permalink
Update the copy on the Redemption page
Browse files Browse the repository at this point in the history
Currently 3 hours is quite optimistic and it often takes around 5 hours
(experienced that during UATs several times). Here we update a copy
saying that a redemption takes `3-5 hours`.
  • Loading branch information
r-czajkowski committed Jul 27, 2023
1 parent 898a688 commit 1884a6a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions src/pages/tBTC/Bridge/Unmint.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,8 @@ const UnmintFormPage: PageComponent = ({}) => {
subTitle="Unmint your tBTC tokens"
/>
<BodyMd color="gray.500">
Unminting requires one Ethereum transaction and it takes around 3 hours.
Unminting requires one Ethereum transaction and it takes around 3-5
hours.
</BodyMd>
<UnmintForm
maxTokenAmount={balance.toString()}
Expand All @@ -122,7 +123,7 @@ const UnmintAsideLayout = () => {
<LabelSm>Duration</LabelSm>
<HStack mt="4" spacing="4">
<BoxLabel variant="solid" status="primary">
~ 3 Hours
~ 3-5 Hours
</BoxLabel>
<Box>
<BodyXs as="span" color="gray.500">
Expand Down
4 changes: 2 additions & 2 deletions src/pages/tBTC/Bridge/UnmintDetails.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ export const UnmintDetails: PageComponent = () => {
left="50%"
transform="translateX(-50%)"
>
usual duration - 3 hours
usual duration - 3-5 hours
</Badge>
<TimelineItem status="active">
<TimelineBreakpoint>
Expand Down Expand Up @@ -236,7 +236,7 @@ export const UnmintDetails: PageComponent = () => {
>
<BodyMd mt="6" px="3.5" mb="10" alignSelf="flex-start">
Your redemption request is being processed. This will take
around 5 hours.
around 3-5 hours.
</BodyMd>
</BridgeProcessStep>
)}
Expand Down

0 comments on commit 1884a6a

Please sign in to comment.