Skip to content

Commit

Permalink
update Affiliate strings (#825)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredvu authored Nov 15, 2024
1 parent 2195a3e commit d6076c3
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions config/localization/en/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -763,7 +763,7 @@
"EARN_FEES": "Earn fees",
"REFER_FOR_DISCOUNTS": "Refer a friend and they can receive up to ${AMOUNT_USD} in discounts.",
"REFER_FOR_DISCOUNTS_FIRST_ORDER": "Receive up to {AMOUNT_USD} in fee discounts after placing your first order!",
"EARCH_FOR_EACH_TRADER_REFER_FOR_DISCOUNTS": "Earn up to ${AMOUNT_PER_MONTH} per month for each new trader you refer. If you're a VIP Affiliate, you can earn up to ${VIP_AMOUNT_USD}! Your referral can save up to ${AMOUNT_DISCOUNT} in trading fees. {LEARN_MORE_LINK}",
"EARN_FOR_EACH_TRADER_REFER_FOR_DISCOUNTS": "Earn up to ${AMOUNT_PER_MONTH} per month for each new trader you refer. If you're a VIP Affiliate, you can earn up to ${VIP_AMOUNT_USD}! Your referral can save up to ${AMOUNT_DISCOUNT} in trading fees. {LEARN_MORE_LINK}",
"WANT_TO_VIEW_EARNINGS": "Want to view your earnings? {LINK}",
"INVITE_FRIENDS": "Invite Friends",
"YOUR_FRIEND": "Your friend",
Expand All @@ -784,7 +784,7 @@
"AFFILIATE_PAYOUTS": "Affiliate Payouts",
"TOTAL_AFFILIATES": "Total Affiliates",
"COMISSIONS": "Comissions",
"CRITERIA_MODAL_VIP_DISCLAIMER": "Earn up to {REGULAR_VALUE} as an affiliate. If you want to become a VIP Affiliate to earn even more (up to {VIP_VALUE} per user per month), {APPLY_HERE}.",
"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}.",
"YOUR_TIER": "You're in tier {TIER}",
"AFFILIATES": "Affiliates",
"APPLY_HERE": "apply here",
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.244",
"version": "1.1.245",
"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 @@ -29,9 +29,9 @@ export const APP_STRING_KEYS = {
CRITERIA_MODAL_VIP_DISCLAIMER: 'APP.AFFILIATES.CRITERIA_MODAL_VIP_DISCLAIMER',
CURRENT_AFFILIATE_TIER: 'APP.AFFILIATES.CURRENT_AFFILIATE_TIER',
DYDX_COMMUNITY: 'APP.AFFILIATES.DYDX_COMMUNITY',
EARCH_FOR_EACH_TRADER_REFER_FOR_DISCOUNTS: 'APP.AFFILIATES.EARCH_FOR_EACH_TRADER_REFER_FOR_DISCOUNTS',
EARN_FEES: 'APP.AFFILIATES.EARN_FEES',
EARN_FOR_EACH_TRADER: 'APP.AFFILIATES.EARN_FOR_EACH_TRADER',
EARN_FOR_EACH_TRADER_REFER_FOR_DISCOUNTS: 'APP.AFFILIATES.EARN_FOR_EACH_TRADER_REFER_FOR_DISCOUNTS',
EARN_USDC: 'APP.AFFILIATES.EARN_USDC',
EARN_USDC_DISCRIPTION: 'APP.AFFILIATES.EARN_USDC_DISCRIPTION',
FEES_REFERRED: 'APP.AFFILIATES.FEES_REFERRED',
Expand Down

0 comments on commit d6076c3

Please sign in to comment.