File tree Expand file tree Collapse file tree 2 files changed +11
-5
lines changed
components/Modal/TopupTModal
pages/Staking/AuthorizeStakingApps/AuthorizeApplicationsCardCheckbox Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Original file line number Diff line number Diff line change @@ -59,11 +59,15 @@ const TopupTModal: FC<
5959 your initial stake.
6060 </ BodyLg >
6161 < BodyLg >
62- If you want to put your new topped-up tokens at work, make sure to
63- increase the authorization to your applications.
62+ If you want to put newly topped-up tokens to work, make sure to
63+ individually increase the total authorization to each Threshold
64+ application (tBTC, Random Beacon & TACo ) .
6465 < br />
65- If you increase the Authorization to TACo, the new tokens will be
66- subject to the same lock-up period as your current stake.
66+ If you increase the total number of tokens authorized to the TACo
67+ app, those tokens will automatically be subject to the same unlock
68+ horizon as your current TACo stake, including the min.
69+ deauthorization delay (6 months), plus any lock-up extension on
70+ top of that.
6771 </ BodyLg >
6872 </ InfoBox >
6973 < StakingStats
Original file line number Diff line number Diff line change @@ -269,7 +269,9 @@ export const AuthorizeApplicationsCardCheckboxBase: FC<
269269 ( Number ( endCommitment ) ?? 0 ) * 1000
270270 ) . toLocaleDateString ( )
271271 if ( isCommited ) {
272- alert ( `You are still committed until ${ endCommitmentDate } .` )
272+ alert (
273+ `Your tokens remain committed until ${ endCommitmentDate } , at which point you may initiate deauthorization.`
274+ )
273275 } else {
274276 onInitiateDeauthorization ( tokenAmount )
275277 }
You can’t perform that action at this time.
0 commit comments