Skip to content

Commit 4c5219a

Browse files
authored
Dwj/changes/en 2025 12 12 (#1302)
* trading league rewards notify text * 1.1.366
1 parent 402b343 commit 4c5219a

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

config/localization/en/app.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@
9696
"CLAIM": "Claim",
9797
"CLEAR": "Clear",
9898
"CLEAR_ALL": "Clear All",
99+
"CHECK_ELIGIBILITY": "Check Eligibility",
99100
"CLICK_HERE": "Click here",
100101
"CLOSE": "Close",
101102
"COMING_SOON": "Coming soon",
@@ -2012,6 +2013,7 @@
20122013
"CANCELING_ALL_ORDERS": "Canceling all orders",
20132014
"CHAIN_DISRUPTION_DETECTED": "Potential chain disruption detected",
20142015
"CHAIN_DISRUPTION_DETECTED_BODY": "There is a potential dYdX Chain disruption. Please check the status page and refresh. In the case of a chain disruption, trading and transfers are temporarily disabled. Your funds are safe.",
2016+
"CLAIM_TRADING_LEAGUE_REWARD_BODY": "Claim your Trading League reward!",
20152017
"CLICK_TO_VIEW": "Click to view",
20162018
"CLOSE_MARKET_POSITIONS": "Close your {MARKET} position",
20172019
"CLOSE_MARKET_POSITIONS_BODY": "{MARKET} is set to close only mode and the close price of {MARKET} is now fixed. Please close your open {MARKET} position as soon as you are able. We're here to help via the help chat if you run into issues.",

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dydxprotocol/v4-localization",
3-
"version": "1.1.365",
3+
"version": "1.1.366",
44
"description": "v4 localization",
55
"main": "index.ts",
66
"scripts": {

scripts/generated/app.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -459,6 +459,7 @@ export const APP_STRING_KEYS = {
459459
CARDS: 'APP.GENERAL.CARDS',
460460
CATEGORY: 'APP.GENERAL.CATEGORY',
461461
CHAINS: 'APP.GENERAL.CHAINS',
462+
CHECK_ELIGIBILITY: 'APP.GENERAL.CHECK_ELIGIBILITY',
462463
CLAIM: 'APP.GENERAL.CLAIM',
463464
CLEAR: 'APP.GENERAL.CLEAR',
464465
CLEAR_ALL: 'APP.GENERAL.CLEAR_ALL',
@@ -1143,6 +1144,7 @@ export const APP_STRING_KEYS = {
11431144
CANCEL_OLD_TRIGGERS_BODY: 'APP.NOTIFICATIONS.CANCEL_OLD_TRIGGERS_BODY',
11441145
CHAIN_DISRUPTION_DETECTED: 'APP.NOTIFICATIONS.CHAIN_DISRUPTION_DETECTED',
11451146
CHAIN_DISRUPTION_DETECTED_BODY: 'APP.NOTIFICATIONS.CHAIN_DISRUPTION_DETECTED_BODY',
1147+
CLAIM_TRADING_LEAGUE_REWARD_BODY: 'APP.NOTIFICATIONS.CLAIM_TRADING_LEAGUE_REWARD_BODY',
11461148
CLICK_TO_VIEW: 'APP.NOTIFICATIONS.CLICK_TO_VIEW',
11471149
CLOSE_MARKET_POSITIONS: 'APP.NOTIFICATIONS.CLOSE_MARKET_POSITIONS',
11481150
CLOSE_MARKET_POSITIONS_BODY: 'APP.NOTIFICATIONS.CLOSE_MARKET_POSITIONS_BODY',

0 commit comments

Comments
 (0)