Skip to content

Commit

Permalink
Change from Maximum Rewards > Estimated Rewards (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
ruixhuang authored Oct 12, 2023
1 parent 7380290 commit 0326a0c
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions config/localization/en/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@
"MAX_WITHDRAW": "Max Withdraw",
"MAX": "Max",
"MAXIMUM_LEVERAGE": "Maximum Leverage",
"MAXIMUM_REWARDS": "Maximum Rewards",
"MAXIMUM_REWARDS": "Estimated Rewards",
"MENU": "Menu",
"METRICS": "Metrics",
"MIGRATE": "Migrate",
Expand Down Expand Up @@ -1824,4 +1824,4 @@
"TAKE_PROFIT_MARKET_ORDER_MAY_NOT_EXECUTE": "Take Profit Market"
}
}
}
}
2 changes: 1 addition & 1 deletion config/localization/en/tooltips.json
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
"BODY": "Maximum allowed leverage for this market. To limit risk, maximum leverage decreases linearly with position size after a certain threshold."
},
"MAXIMUM_REWARDS": {
"TITLE": "Maximum Rewards",
"TITLE": "Estimated Rewards",
"BODY": "Earn rewards when you trade on dYdX. Actual rewards may vary."
},
"NET_FUNDING": {
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": "0.1.29",
"version": "0.1.30",
"description": "v4 localization",
"main": "index.ts",
"scripts": {
Expand Down
2 changes: 1 addition & 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 scripts/codegen_localization_app.swift

export const APP_STRING_KEYS = {

Expand Down

0 comments on commit 0326a0c

Please sign in to comment.