diff --git a/apps/prime/src/lang/en.json b/apps/prime/src/lang/en.json index f80b8b8e5..673f99c7f 100644 --- a/apps/prime/src/lang/en.json +++ b/apps/prime/src/lang/en.json @@ -559,12 +559,6 @@ "value": "5% bonus on YieldNest Seeds" } ], - "I3cZbk": [ - { - "type": 0, - "value": "Initiate Withdrawal" - } - ], "ITyAtY": [ { "type": 0, @@ -857,6 +851,12 @@ "value": "Account" } ], + "UG28K4": [ + { + "type": 0, + "value": "Preview Withdrawal" + } + ], "ULVduL": [ { "type": 0, diff --git a/apps/prime/src/lang/extracts/en.json b/apps/prime/src/lang/extracts/en.json index 6efd20861..0cb0f4930 100644 --- a/apps/prime/src/lang/extracts/en.json +++ b/apps/prime/src/lang/extracts/en.json @@ -227,9 +227,6 @@ "I37/d8": { "defaultMessage": "5% bonus on YieldNest Seeds" }, - "I3cZbk": { - "defaultMessage": "Initiate Withdrawal" - }, "ITyAtY": { "defaultMessage": "Migrate at least 5 primeETH to ynLSD to get the Pioneer NFT which earns a permanent 15% boost for all YND airdrop seasons" }, @@ -365,6 +362,9 @@ "TwyMau": { "defaultMessage": "Account" }, + "UG28K4": { + "defaultMessage": "Preview Withdrawal" + }, "ULVduL": { "defaultMessage": "You are lawfully permitted to access this site. You understand and accept the risks associated with using the products in this dapp (OETH, OUSD, etc.)" }, diff --git a/libs/prime/restake/src/views/WithdrawView.tsx b/libs/prime/restake/src/views/WithdrawView.tsx index 769f2c59e..9fd5b5650 100644 --- a/libs/prime/restake/src/views/WithdrawView.tsx +++ b/libs/prime/restake/src/views/WithdrawView.tsx @@ -388,7 +388,7 @@ const Stepper = ({ const [progress] = useState(0); const steps = [ - intl.formatMessage({ defaultMessage: 'Initiate Withdrawal' }), + intl.formatMessage({ defaultMessage: 'Preview Withdrawal' }), intl.formatMessage({ defaultMessage: 'Approve Withdrawal' }), intl.formatMessage({ defaultMessage: 'Wait 7 days' }), intl.formatMessage({ defaultMessage: 'Return to Claim' }),