Skip to content

Commit

Permalink
update copy for incentives (#187)
Browse files Browse the repository at this point in the history
* update copy for incentives

* bump version one more time
  • Loading branch information
aforaleka authored Nov 30, 2023
1 parent 3f4a922 commit a7bed34
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
3 changes: 2 additions & 1 deletion config/localization/en/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -886,8 +886,9 @@
"HOLDING": "Holding {NUMBER}",
"IN_THIS_EPOCH": "in this epoch",
"LAUNCH_INCENTIVES_TITLE": "Launch Incentives {FOR_V4}",
"LAUNCH_INCENTIVES_DESCRIPTION": "Each season, you can earn rewards for trading on dYdX v4. Trade to climb the rankings to earn your rightful spot on the {LEADERBOARD}.",
"LAUNCH_INCENTIVES_DESCRIPTION": "Each season, you can earn rewards for trading on dYdX Chain. Trade to climb the rankings to earn your rightful spot on the {LEADERBOARD}.",
"LAUNCH_INCENTIVES_LEADERBOARD": "leaderboard",
"LAUNCH_INCENTIVES_SEASON_NUM": "Season {SEASON_NUMBER}",
"LEADERBOARD": "Leaderboard",
"LEARN_TO_EXPORT": "{STRONG_NO}, learn how to export my secret phrase.",
"MAKER_MARKET_SHARE": "maker market share",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dydxprotocol/v4-localization",
"version": "1.0.12",
"version": "1.0.13",
"description": "v4 localization",
"main": "index.ts",
"scripts": {
Expand Down
3 changes: 2 additions & 1 deletion scripts/generated/app.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// !! GENERATED FILE - DO NOT EDIT

// Generated from ../config/localization/en/app.json using codegen_localization_app.swift
// Generated from ../config/localization/en/app.json using ./codegen_localization_app.swift

export const APP_STRING_KEYS = {

Expand Down Expand Up @@ -959,6 +959,7 @@ export const APP_STRING_KEYS = {
IN_THIS_EPOCH: 'APP.PORTFOLIO.IN_THIS_EPOCH',
LAUNCH_INCENTIVES_DESCRIPTION: 'APP.PORTFOLIO.LAUNCH_INCENTIVES_DESCRIPTION',
LAUNCH_INCENTIVES_LEADERBOARD: 'APP.PORTFOLIO.LAUNCH_INCENTIVES_LEADERBOARD',
LAUNCH_INCENTIVES_SEASON_NUM: 'APP.PORTFOLIO.LAUNCH_INCENTIVES_SEASON_NUM',
LAUNCH_INCENTIVES_TITLE: 'APP.PORTFOLIO.LAUNCH_INCENTIVES_TITLE',
LEADERBOARD: 'APP.PORTFOLIO.LEADERBOARD',
LEARN_TO_EXPORT: 'APP.PORTFOLIO.LEARN_TO_EXPORT',
Expand Down

0 comments on commit a7bed34

Please sign in to comment.