Skip to content

Commit

Permalink
affiliate commission strings
Browse files Browse the repository at this point in the history
  • Loading branch information
tinaszheng committed Nov 26, 2024
1 parent 7355991 commit d31a8a4
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion config/localization/en/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -777,7 +777,7 @@
"BECOME_AN_AFFILIATE": "Become an affiliate",
"BENEFITS": "Benefits",
"BY_APPLICATION_ONLY": "By application only.",
"COMISSIONS": "Comissions",
"COMMISSIONS": "Commissions",
"CONTACT_SUPPORT": "Contact Support",
"CRITERIA_MODAL_VIP_DISCLAIMER": "Earn up to {REGULAR_VALUE} for each new trader referred. If you want to become a VIP Affiliate to earn even more (up to {VIP_VALUE} per user per month), {APPLY_HERE}.",
"CURRENT_AFFILIATE_TIER": "Current Affiliate Tier",
Expand Down
4 changes: 2 additions & 2 deletions config/localization/en/tooltips.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
},
"AFFILIATES": {
"AFFILIATE_COMMISSIONS": {
"TITLE": "Affiliate Comissions",
"BODY": "Commission percentage from taker fees."
"TITLE": "Affiliate commissions",
"BODY": "Affiliates earn commission on taker fees paid by referred users. To generate affiliate fee share, referred users must have rolling 30-day volume below $50M when they make the trade."
}
},
"PORTFOLIO": {
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.1.253",
"version": "1.1.254",
"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
Expand Up @@ -27,7 +27,7 @@ export const APP_STRING_KEYS = {
BECOME_A_VIP: 'APP.AFFILIATES.BECOME_A_VIP',
BENEFITS: 'APP.AFFILIATES.BENEFITS',
BY_APPLICATION_ONLY: 'APP.AFFILIATES.BY_APPLICATION_ONLY',
COMISSIONS: 'APP.AFFILIATES.COMISSIONS',
COMMISSIONS: 'APP.AFFILIATES.COMMISSIONS',
CONTACT_SUPPORT: 'APP.AFFILIATES.CONTACT_SUPPORT',
CRITERIA_MODAL_VIP_DISCLAIMER: 'APP.AFFILIATES.CRITERIA_MODAL_VIP_DISCLAIMER',
CURRENT_AFFILIATE_TIER: 'APP.AFFILIATES.CURRENT_AFFILIATE_TIER',
Expand Down

0 comments on commit d31a8a4

Please sign in to comment.