diff --git a/config/localization/en/app.json b/config/localization/en/app.json index 41b23f878..b3f6879c7 100644 --- a/config/localization/en/app.json +++ b/config/localization/en/app.json @@ -2375,7 +2375,7 @@ "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}.", "LIQUIDATION_REBATES_HEADLINE": "Up to {REBATE_AMOUNT} in Liquidation Rebates", - "LIQUIDATION_REBATES_BODY": "With the February Liquidation Rebate Program, eligible traders liquidated on non-BTC perpetual pairs have the opportunity to earn DYDX rebates on a portion of their losses.", + "LIQUIDATION_REBATES_BODY": "With the Liquidation Rebate Program, eligible traders liquidated on non-BTC perpetual pairs have the opportunity to earn DYDX rebates on a portion of their losses.", "LIQUIDATION_REBATES_SUB_BODY": "Reminder to claim previous {LOSS_REBATES_LINK} and check eligibility {CHECK_ELIGIBILITY_LINK}.", "LOSS_REBATES": "loss rebates", "LIQUIDATION_LOSSES": "Liquidation Losses", diff --git a/package-lock.json b/package-lock.json index a70fbbb2c..d92c61164 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@dydxprotocol/v4-localization", - "version": "1.1.393", + "version": "1.1.394", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@dydxprotocol/v4-localization", - "version": "1.1.393", + "version": "1.1.394", "license": "AGPL-3.0", "devDependencies": { "@types/node": "^20.1.7" diff --git a/package.json b/package.json index 8eed8c1b8..0b6ddf59c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dydxprotocol/v4-localization", - "version": "1.1.393", + "version": "1.1.394", "description": "v4 localization", "main": "index.ts", "scripts": {