Skip to content

Commit

Permalink
Update unlock to unstake
Browse files Browse the repository at this point in the history
  • Loading branch information
guibescos committed Dec 12, 2023
1 parent 844e999 commit d55f2c5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions frontend/components/modals/LockedModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ function LockedModalButton({
currentVestingAccountState ==
VestingAccountState.UnvestedTokensFullyUnlockedExceptCooldown ? (
<Tooltip
content="Your tokens are in the process of being unlocked."
content="Your tokens are in the process of being unstaked."
className="m-4"
>
Stake all
Expand Down Expand Up @@ -289,8 +289,8 @@ function LockedModalButton({
content={
currentVestingAccountState ==
VestingAccountState.UnvestedTokensFullyUnlocked
? "You don't have any locked tokens to unlock."
: 'Your tokens are in the process of being unlocked.'
? "You don't have any locked tokens to unstake."
: 'Your tokens are in the process of being unstaked.'
}
className="m-4"
>
Expand Down

0 comments on commit d55f2c5

Please sign in to comment.