From 45407a0e56759074acc251c16f8c912cbf1dfa28 Mon Sep 17 00:00:00 2001 From: Francis Rodriguez <39339295+Freshenext@users.noreply.github.com> Date: Mon, 16 Sep 2024 20:29:54 -0400 Subject: [PATCH] hotfix: updated congratulations on stake text (#216) --- src/app/user/Stake/Steps/stepsUtils.tsx | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/app/user/Stake/Steps/stepsUtils.tsx b/src/app/user/Stake/Steps/stepsUtils.tsx index c5c32e2b..c118be3d 100644 --- a/src/app/user/Stake/Steps/stepsUtils.tsx +++ b/src/app/user/Stake/Steps/stepsUtils.tsx @@ -33,12 +33,7 @@ export const textsDependingOnAction = { previewText: 'You have enough allowance to stake. Preview your stake and make sure everything is correct!', inProcess: 'Stake in process', - description: ( - <> - Congratulations! Real-Time APR rewards will start
- accumulating in your stRIF balance every minute! - - ), + description: <>Congratulations and thank you for staking your RIF in the Collective., }, UNSTAKE: { modalTitle: 'UNSTAKE ',