Skip to content

Commit cf36d08

Browse files
therefarjunhassard
andcommitted
Improve wording when topping up or de-authing
Co-authored-by: Arjun Hassard <arjunhassard@gmail.com>
1 parent a0ed037 commit cf36d08

File tree

2 files changed

+11
-5
lines changed
  • src
    • components/Modal/TopupTModal
    • pages/Staking/AuthorizeStakingApps/AuthorizeApplicationsCardCheckbox

2 files changed

+11
-5
lines changed

src/components/Modal/TopupTModal/TopUpTModal.tsx

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff 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

src/pages/Staking/AuthorizeStakingApps/AuthorizeApplicationsCardCheckbox/index.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)