This repository was archived by the owner on Sep 8, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +5
-7
lines changed
components/UnbondingModal Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 ( ) ;
You can’t perform that action at this time.
0 commit comments