Skip to content

Commit

Permalink
CSUB-959: Change LeavePool label to Unbond funds
Browse files Browse the repository at this point in the history
  • Loading branch information
frankli-dev authored Dec 19, 2023
1 parent 442e093 commit c461333
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions src/locale/en/modals.json
Original file line number Diff line number Diff line change
Expand Up @@ -256,12 +256,14 @@
"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('leavePool')}</h3>
<p>{t('unbondFundsLeavePool')}</p>
<h3>{t('unbondFunds')}</h3>
<p>{t('unbondYourFunds')}</p>
</div>
</ButtonOption>
)}
Expand Down

0 comments on commit c461333

Please sign in to comment.