diff --git a/src/locale/en/modals.json b/src/locale/en/modals.json index ee9b3e8e9..fc98356b3 100644 --- a/src/locale/en/modals.json +++ b/src/locale/en/modals.json @@ -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", diff --git a/src/modals/ManagePool/Tasks.tsx b/src/modals/ManagePool/Tasks.tsx index d678f4cf7..8cceef1e9 100644 --- a/src/modals/ManagePool/Tasks.tsx +++ b/src/modals/ManagePool/Tasks.tsx @@ -137,8 +137,8 @@ export const Tasks = forwardRef(({ setSection, setTask }: any, ref: any) => { }} >
{t('unbondFundsLeavePool')}
+{t('unbondYourFunds')}