diff --git a/config/localization/en/app.json b/config/localization/en/app.json index 23ce356b0..dc7d5ff92 100644 --- a/config/localization/en/app.json +++ b/config/localization/en/app.json @@ -2249,8 +2249,8 @@ "LIST_A_NEW_MARKET": "List a new market", "LISTINGS_DESCRIPTION": "Listings on dYdX are completely community-driven. This tool will help you submit a governance proposal to list a new market.", "MARKET_LAUNCH_DETAILS": "Select the market you'd like to launch and deposit {DEPOSIT_AMOUNT} into MegaVault. Your deposit will earn an estimated {APR_PERCENTAGE} APR (based on the last {PAST_DAYS} days).", - "MARKET_LAUNCH_DETAILS_2": "Immediately launch a new market on dYdX Chain by depositing {DEPOSIT_AMOUNT} into MegaVault. Deposits have earned an estimated {APR_PERCENTAGE} APR (based on the last {PAST_DAYS} days).", - "MARKET_LAUNCH_DETAILS_3": "Select the market you'd like to launch and deposit {DEPOSIT_AMOUNT} into MegaVault for at least {PAST_DAYS} days. Deposits have earned an estimated {APR_PERCENTAGE} APR.", + "MARKET_LAUNCH_DETAILS_2": "Immediately launch a new market on dYdX Chain by depositing {DEPOSIT_AMOUNT} into {MEGAVAULT_LINK}. Deposits have earned an estimated {APR_PERCENTAGE} APR (based on the last {PAST_DAYS} days).", + "MARKET_LAUNCH_DETAILS_3": "Select the market you'd like to launch and deposit {DEPOSIT_AMOUNT} into {MEGAVAULT_LINK} for at least {PAST_DAYS} days. Deposits have earned an estimated {APR_PERCENTAGE} APR.", "MARKET_LAUNCHED": "Market Launched!", "MARKET_NOW_LIVE_TRADE": "{MARKET} is now live, start trading.", "MARKET_TO_LAUNCH": "Market to Launch", @@ -2276,6 +2276,7 @@ "REFERENCE_PRICE": "Reference price", "REQUIRED_AMOUNT_TO_DEPOSIT": "Required Amount to Deposit", "REQUIRED_BALANCE": "Required balance", + "SHOW_LAUNCHABLE_MARKETS": "Show launchable markets", "SHOW_STEPS": "Show steps", "STEPS_TO_CREATE": "Steps to create a new market", "SUBMITTED_PROPOSAL": "Submitted Proposal!", diff --git a/package-lock.json b/package-lock.json index 24765266d..6df89a98e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@dydxprotocol/v4-localization", - "version": "1.1.228", + "version": "1.1.229", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@dydxprotocol/v4-localization", - "version": "1.1.228", + "version": "1.1.229", "license": "AGPL-3.0", "devDependencies": { "@types/node": "^20.1.7" diff --git a/package.json b/package.json index b1c03d7e7..bf052d796 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dydxprotocol/v4-localization", - "version": "1.1.228", + "version": "1.1.229", "description": "v4 localization", "main": "index.ts", "scripts": { diff --git a/scripts/generated/app.ts b/scripts/generated/app.ts index 0e321b507..32f7f313a 100644 --- a/scripts/generated/app.ts +++ b/scripts/generated/app.ts @@ -1,6 +1,6 @@ // !! GENERATED FILE - DO NOT EDIT -// Generated from ../config/localization/en/app.json using ./codegen_localization_app.swift +// Generated from ../config/localization/en/app.json using codegen_localization_app.swift export const APP_STRING_KEYS = { @@ -990,6 +990,7 @@ export const APP_STRING_KEYS = { REFERENCE_PRICE: 'APP.NEW_MARKET_WIDGET.REFERENCE_PRICE', REQUIRED_AMOUNT_TO_DEPOSIT: 'APP.NEW_MARKET_WIDGET.REQUIRED_AMOUNT_TO_DEPOSIT', REQUIRED_BALANCE: 'APP.NEW_MARKET_WIDGET.REQUIRED_BALANCE', + SHOW_LAUNCHABLE_MARKETS: 'APP.NEW_MARKET_WIDGET.SHOW_LAUNCHABLE_MARKETS', SHOW_STEPS: 'APP.NEW_MARKET_WIDGET.SHOW_STEPS', STEPS_TO_CREATE: 'APP.NEW_MARKET_WIDGET.STEPS_TO_CREATE', SUBMITTED_PROPOSAL: 'APP.NEW_MARKET_WIDGET.SUBMITTED_PROPOSAL',