Skip to content

Commit

Permalink
Revert "CSUB-959: Change LeavePool label to Unbond funds"
Browse files Browse the repository at this point in the history
This reverts commit c461333.
  • Loading branch information
atodorov committed Dec 20, 2023
1 parent c461333 commit f8fe193
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions src/locale/en/modals.json
Original file line number Diff line number Diff line change
Expand Up @@ -256,14 +256,12 @@
"unbondAll": "Unbond All",
"unbondErrorBelowMinimum": "Unable to unbond. Your bonded funds are below the minumum of {{bond}} {{unit}}.",
"unbondErrorNoFunds": "You have no {{unit}} to unbond.",
"unbondFunds": "Unbond Funds",
"unbondFundsLeavePool": "Unbond your funds and leave the nomination pool.",
"unbondMemberFunds": "Unbond Member Funds",
"unbondSomeOfYour": "Unbond some of your",
"unbondToMaintain": "Unbond up to the {{minJoinBondUnit}} {{unit}} minimum to maintain your pool membership",
"unbondToMinimum": "Unbond To Minimum",
"unbondToMinimumCreate": "Unbond up to the {{minCreateBondUnit}} {{unit}} minimum bond for pool depositors.",
"unbondYourFunds": "Unbond your funds",
"unbonding": "Unbonding",
"unbondingWithdraw": "Unbonding will also withdraw your outstanding rewards of",
"undergoingMaintenance": "Undergoing Maintenance",
Expand Down
4 changes: 2 additions & 2 deletions src/modals/ManagePool/Tasks.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,8 @@ export const Tasks = forwardRef(({ setSection, setTask }: any, ref: any) => {
}}
>
<div>
<h3>{t('unbondFunds')}</h3>
<p>{t('unbondYourFunds')}</p>
<h3>{t('leavePool')}</h3>
<p>{t('unbondFundsLeavePool')}</p>
</div>
</ButtonOption>
)}
Expand Down

0 comments on commit f8fe193

Please sign in to comment.