diff --git a/config/localization/en/app.json b/config/localization/en/app.json index 248e26b66..5f3117cfa 100644 --- a/config/localization/en/app.json +++ b/config/localization/en/app.json @@ -2310,7 +2310,8 @@ "COMPETITION_HEADLINE_DEC_2025": "Up to {REWARD_AMOUNT} in Loss Rebates", "COMPETITION_BODY_DEC_2025": "The Loss Rebate Pilot Program introduces a gamified incentive layer for traders who are liquidated on dYdX. This December, eligible traders can turn liquidations into an opportunity to earn DYDX rebates.", "COMPETITION_HEADLINE_DEC_2025_UPDATE_1": "Up to {REWARD_AMOUNT} in Loss Rebates - Claim Eligible Loss Rebates Today", - "COMPETITION_HEADLINE_FEB_2026": "Up to {REWARD_AMOUNT} in Loss Rebates - Claim Eligible Loss Rebates Today", + "COMPETITION_HEADLINE_FEB_2026": "Up to {REWARD_AMOUNT} in Loss Rebates", + "COMPETITION_SUBTITLE_FEB_2026": "Claim Past Loss Rebates Today", "COMPETITION_BODY_1_DEC_2025": "The {PROGRAM_LINK} introduces a gamified incentive layer for traders who are liquidated on dYdX. Eligible traders can turn liquidations into an opportunity to earn DYDX rebates.", "COMPETITION_BODY_1_DEC_2025_LINK_TEXT": "Loss Rebate Pilot Program", "COMPETITION_BODY_2_DEC_2025": "Eligible loss rebates for December are available to claim through January 31st. Check eligibility {HERE_LINK}.", diff --git a/package-lock.json b/package-lock.json index 1911df080..27c07538e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@dydxprotocol/v4-localization", - "version": "1.1.381", + "version": "1.1.382", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@dydxprotocol/v4-localization", - "version": "1.1.381", + "version": "1.1.382", "license": "AGPL-3.0", "devDependencies": { "@types/node": "^20.1.7" diff --git a/package.json b/package.json index 4d3e444a4..c620ebd87 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dydxprotocol/v4-localization", - "version": "1.1.381", + "version": "1.1.382", "description": "v4 localization", "main": "index.ts", "scripts": { diff --git a/scripts/generated/app.ts b/scripts/generated/app.ts index b48f2c38f..e68a97bc8 100644 --- a/scripts/generated/app.ts +++ b/scripts/generated/app.ts @@ -1710,6 +1710,7 @@ export const APP_STRING_KEYS = { COMPETITION_HEADLINE_FEB_2026: 'APP.REWARDS_SURGE_APRIL_2025.COMPETITION_HEADLINE_FEB_2026', COMPETITION_HEADLINE_NOV_2025: 'APP.REWARDS_SURGE_APRIL_2025.COMPETITION_HEADLINE_NOV_2025', COMPETITION_LEADERBOARD_TITLE: 'APP.REWARDS_SURGE_APRIL_2025.COMPETITION_LEADERBOARD_TITLE', + COMPETITION_SUBTITLE_FEB_2026: 'APP.REWARDS_SURGE_APRIL_2025.COMPETITION_SUBTITLE_FEB_2026', LIQUIDATION_LOSSES: 'APP.REWARDS_SURGE_APRIL_2025.LIQUIDATION_LOSSES', LIQUIDATION_REBATES_BODY: 'APP.REWARDS_SURGE_APRIL_2025.LIQUIDATION_REBATES_BODY', LIQUIDATION_REBATES_HEADLINE: 'APP.REWARDS_SURGE_APRIL_2025.LIQUIDATION_REBATES_HEADLINE',