Skip to content
This repository was archived by the owner on Sep 8, 2025. It is now read-only.

Commit 5b0c8f8

Browse files
fix: copy update (#1418)
1 parent 8034afa commit 5b0c8f8

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

src/ui/baby/components/UnbondingModal/index.tsx

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -83,11 +83,9 @@ const UnbondingModalContent = ({
8383
<AmountField balance={availableBalance} price={1} />
8484

8585
<Warning>
86-
Once the unstaking period begins:
87-
<br />• You will not receive staking rewards
88-
<br />• It will take 50 hours for the amount to be liquid
89-
<br />• But you will be able to cancel the unstaking process anytime,
90-
as this chain currently supports the function
86+
Once the unbonding period begins:
87+
<br />• You will not receive staking rewards for the unbonding tokens.
88+
<br />• It will take 50 hours for the unbonding to be processed.
9189
</Warning>
9290
</DialogBody>
9391

src/ui/baby/widgets/StakingModal/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ export function StakingModal() {
3333
)}
3434
{step.name === "success" && (
3535
<SuccessModal
36-
title="Successful"
37-
description="Your BABY rewards have been successfully staked"
36+
title="Your BABY staking request has been submitted"
37+
description="Stakes activate within ~1 hour. Until then, keep the staked amount in your wallet to ensure successful processing."
3838
onClose={() => {
3939
closePreview();
4040
reset();

0 commit comments

Comments
 (0)