From 3d120ddd7edae767addce70e8f5791fb09c007cf Mon Sep 17 00:00:00 2001 From: Aleka Cheung Date: Mon, 12 Feb 2024 16:20:44 -0500 Subject: [PATCH] update rewards history desc --- config/localization/en/app.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config/localization/en/app.json b/config/localization/en/app.json index ac7536116..4da13e8d2 100644 --- a/config/localization/en/app.json +++ b/config/localization/en/app.json @@ -1392,7 +1392,7 @@ "POWERED_BY":"POWERED BY", "SEASON_ID":"Season {SEASON_ID}", "TRADING_REWARD": "Trading Reward", - "REWARD_HISTORY_DESCRIPTION": "While trading rewards are distributed immediately after every block, history is updated every five minutes. Trading rewards history goes back until January 27, 2024.", + "REWARD_HISTORY_DESCRIPTION": "While trading rewards are distributed immediately after every block, history is updated every five minutes. Trading rewards history goes back until {REWARDS_HISTORY_START_DATE}.", "EMPTY_HISTORICAL_REWARDS_DESCRIPTION": "Start trading to earn rewards.", "FAQ_WHO_IS_ELIGIBLE_QUESTION": "Who is eligible for trading rewards?", "FAQ_WHO_IS_ELIGIBLE_ANSWER": "All traders are eligible for trading rewards.", diff --git a/package-lock.json b/package-lock.json index cc069a949..96a320263 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@dydxprotocol/v4-localization", - "version": "1.1.28", + "version": "1.1.29", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@dydxprotocol/v4-localization", - "version": "1.1.28", + "version": "1.1.29", "license": "AGPL-3.0", "devDependencies": { "@types/node": "^20.1.7" diff --git a/package.json b/package.json index 6b2e333cb..a746cbefa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dydxprotocol/v4-localization", - "version": "1.1.28", + "version": "1.1.29", "description": "v4 localization", "main": "index.ts", "scripts": {