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

v1.1.245: update Affiliate strings #825

Merged
merged 1 commit into from
Nov 15, 2024
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 @@ -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
Loading