From e78869b0cffc910a58f879fc32a1bfa340aa76f1 Mon Sep 17 00:00:00 2001 From: Daniil Polienko Date: Wed, 16 Oct 2024 16:15:38 +0300 Subject: [PATCH] chore: update copy --- packages/yusd/app/components/bootstrapViews/Claim.tsx | 8 ++++---- .../app/components/bootstrapViews/Deposit.Header.tsx | 8 ++++---- .../app/components/bootstrapViews/Incentive.Header.tsx | 2 +- packages/yusd/app/components/bootstrapViews/Phase2.tsx | 10 +++++----- 4 files changed, 14 insertions(+), 14 deletions(-) diff --git a/packages/yusd/app/components/bootstrapViews/Claim.tsx b/packages/yusd/app/components/bootstrapViews/Claim.tsx index 25d43b5..116d1e2 100644 --- a/packages/yusd/app/components/bootstrapViews/Claim.tsx +++ b/packages/yusd/app/components/bootstrapViews/Claim.tsx @@ -200,12 +200,12 @@ function ClaimHeading(): ReactElement { status={claimStatus} /> +

- { - 'If you voted for any LSTs you’d like to see included in yETH, you’re eligble to recieve incentives from the top 5 protocols (even if you didn’t vote for them).' - } + {claimBegin + ? 'Anon, you crushed your civic duty on-chain. Now, it’s reward time! Go ahead and claim your perks. Enjoy the spoils!' + : 'Hold your horses anon, you can claim soon.'}

-

{' But hold your horses anon, you can claim soon.'}

); } diff --git a/packages/yusd/app/components/bootstrapViews/Deposit.Header.tsx b/packages/yusd/app/components/bootstrapViews/Deposit.Header.tsx index af09c58..66390b5 100644 --- a/packages/yusd/app/components/bootstrapViews/Deposit.Header.tsx +++ b/packages/yusd/app/components/bootstrapViews/Deposit.Header.tsx @@ -33,12 +33,12 @@ function DepositHeader(): ReactElement { />
-

{'Decide how much ETH you want to lock as st-yUSD.'}

-

{'Remember this ETH will be locked for 16 weeks, but by holding st-yUSD:'}

-

+

{'Decide how much stablecoin you want to bootstrap as st-yUSD.'}

+

{ - 'You’ll receive incentives for voting on which STABLEs will be included in yUSD. Ka-ching.' + 'Your stable will be locked for xxx weeks, but here’s the bright side: by holding st-yUSD, ' } + {'you’ll earn incentives for voting on which stables make it into yUSD. Lessssgo!'}

{ - 'Pick which STABLE you are incentivizing for, and which token you’ll be posting the incentive in. Remember, if your token is not included in the final yUSD basket you’ll be refunded the full amount of your incentive.' + 'Time to incentive your token. Pick me vibes. And hey, no worries — if you don’t make the final yUSD basket, you get a full refund on your incentive. np.' }

diff --git a/packages/yusd/app/components/bootstrapViews/Phase2.tsx b/packages/yusd/app/components/bootstrapViews/Phase2.tsx index ada8db5..1256f79 100644 --- a/packages/yusd/app/components/bootstrapViews/Phase2.tsx +++ b/packages/yusd/app/components/bootstrapViews/Phase2.tsx @@ -106,19 +106,19 @@ function Phase2(): ReactElement {

{ - 'Depositooooors! Lock ETH in the Bootstrapper contract and recieve st-yETH at a 1:1 rate (nice when the maths is simple eh?)' + 'Depositors assemble! Lock stablecoins in the Bootstrapper contract and get st-yUSD at a lovely 1:1 ratio (because simple is beautiful).' }

 

{ - 'This ETH is locked for the 16 week duration of the Bootstrapping period in which time you can vote on LSTs to include in yETH in exchange for bri...incentives.' + 'Your stable coins will be locked for xxx weeks, during which you get to vote on which yield bearing stables belong in yUSD. Plus, you get incentives don’t let that governance power go to your head anon.' }

 

{ - 'You’ll get incentives from the LSTs that end up in the yETH basket, whether or not you voted from them. So no need for clever games, vote however you want. Plus you’ll be receiving the yield from the LSTs during the lock up period. Win win. ' + 'And here’s the kicker—no need for fancy strategies. You’ll earn incentives from all yield bearing stablesthat end up in the yUSD basket, regardless of your votes. On top of that, you’ll be raking in yield during the entire lock-up period. Winning all around.' }

@@ -142,13 +142,13 @@ function Phase2(): ReactElement {  

{ - 'If your LST does not get included in yETH (sad), you’ll be able to claim back the full incentive amount (happy).' + 'If your Token does not get included in yUSD (sad), you’ll be able to claim back the full incentive amount (happy).' }

 

{ - 'If your LST is included in yETH, your incentive will be distributed to all st-yETH holders that participated in the voting process, whether they voted for you or not.' + 'If your Token is included in yUSD, your incentive will be distributed to all st-yUSD holders that participated in the voting process, whether they voted for you or not.' }