Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TRCL-2934 Change from Maximum Rewards > Estimated Rewards #103

Merged
merged 1 commit into from
Oct 12, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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