Skip to content

Commit

Permalink
feat: update stepper copy
Browse files Browse the repository at this point in the history
  • Loading branch information
toniocodo committed Jul 4, 2024
1 parent a7116ae commit 7a02160
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
12 changes: 6 additions & 6 deletions apps/prime/src/lang/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -559,12 +559,6 @@
"value": "5% bonus on YieldNest Seeds"
}
],
"I3cZbk": [
{
"type": 0,
"value": "Initiate Withdrawal"
}
],
"ITyAtY": [
{
"type": 0,
Expand Down Expand Up @@ -857,6 +851,12 @@
"value": "Account"
}
],
"UG28K4": [
{
"type": 0,
"value": "Preview Withdrawal"
}
],
"ULVduL": [
{
"type": 0,
Expand Down
6 changes: 3 additions & 3 deletions apps/prime/src/lang/extracts/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down Expand Up @@ -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.)"
},
Expand Down
2 changes: 1 addition & 1 deletion libs/prime/restake/src/views/WithdrawView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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' }),
Expand Down

0 comments on commit 7a02160

Please sign in to comment.