Skip to content

Commit 3555b6c

Browse files
authored
add copy for monthly comp (#1297)
1 parent 45fa7e5 commit 3555b6c

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

config/localization/en/app.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1473,6 +1473,7 @@
14731473
"UNLOCKED": "unlocked",
14741474
"UNTIL_NEXT_EPOCH_ON_DATE": "until the next epoch on {NEXT_EPOCH_DATE}",
14751475
"WEEKLY_PRIZE": "Weekly Prize",
1476+
"MONTHLY_PRIZE": "Monthly Prize",
14761477
"VIEW_FEES": "View fees",
14771478
"VIEW_FEE_STRUCTURE": "View fee structure",
14781479
"VIEW_FILLS": "View fills",
@@ -2314,7 +2315,8 @@
23142315
"SURGE_HOW_TO_EARN_2": "Retail (25%) - For taker trades made through the dYdX web and mobile interfaces.",
23152316
"SURGE_HOW_TO_EARN_3": "Activation (0%) - Designed to incentivize new features, DYDX staking, liquidity in key markets, and re-engagement of past users.",
23162317
"SURGE_LEADERBOARD_TITLE": "Surge Leaderboard",
2317-
"WEEK_COUNTDOWN": "Week {WEEK} Countdown"
2318+
"WEEK_COUNTDOWN": "Week {WEEK} Countdown",
2319+
"MONTH_COUNTDOWN": "Month {MONTH} Countdown"
23182320
},
23192321
"EPOCH_END_MODAL": {
23202322
"EPOCH_END_EARNED": "You earned {AMOUNT} $DYDX rewards during Epoch {EPOCH_NUMBER}! Claim your rewards on the governance dashboard.",

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.362",
3+
"version": "1.1.363",
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
@@ -1467,6 +1467,7 @@ export const APP_STRING_KEYS = {
14671467
MARKET_NOW_LIVE: 'APP.PORTFOLIO.MARKET_NOW_LIVE',
14681468
MIGRATE_DESCRIPTION: 'APP.PORTFOLIO.MIGRATE_DESCRIPTION',
14691469
MIGRATE_NOW: 'APP.PORTFOLIO.MIGRATE_NOW',
1470+
MONTHLY_PRIZE: 'APP.PORTFOLIO.MONTHLY_PRIZE',
14701471
NAVIGATE_TO_KEPLR: 'APP.PORTFOLIO.NAVIGATE_TO_KEPLR',
14711472
NONE_HELD: 'APP.PORTFOLIO.NONE_HELD',
14721473
NO_TOKENS_TO_MIGRATE: 'APP.PORTFOLIO.NO_TOKENS_TO_MIGRATE',
@@ -1664,6 +1665,7 @@ export const APP_STRING_KEYS = {
16641665
COMPETITION_HEADLINE_DEC_2025: 'APP.REWARDS_SURGE_APRIL_2025.COMPETITION_HEADLINE_DEC_2025',
16651666
COMPETITION_HEADLINE_NOV_2025: 'APP.REWARDS_SURGE_APRIL_2025.COMPETITION_HEADLINE_NOV_2025',
16661667
COMPETITION_LEADERBOARD_TITLE: 'APP.REWARDS_SURGE_APRIL_2025.COMPETITION_LEADERBOARD_TITLE',
1668+
MONTH_COUNTDOWN: 'APP.REWARDS_SURGE_APRIL_2025.MONTH_COUNTDOWN',
16671669
SURGE: 'APP.REWARDS_SURGE_APRIL_2025.SURGE',
16681670
SURGE_BODY: 'APP.REWARDS_SURGE_APRIL_2025.SURGE_BODY',
16691671
SURGE_BODY_DEC_2025: 'APP.REWARDS_SURGE_APRIL_2025.SURGE_BODY_DEC_2025',

0 commit comments

Comments
 (0)