Skip to content

Commit

Permalink
feat: add affiliate chart empty state translation (#761)
Browse files Browse the repository at this point in the history
* feat: add affiliate chart empty state translation

* bump v

* fix: typo

---------

Co-authored-by: Bill <[email protected]>
  • Loading branch information
alejoviola and rosepuppy authored Oct 23, 2024
1 parent 1750930 commit 3b6c8b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/localization/en/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -812,7 +812,8 @@
"YOUR_RANK": "Your rank",
"AFFILIATE_CONNECT_WALLET": "Please connect your wallet to check your rankings",
"LOAD_MORE": "Load more",
"SHARE_AFFILIATE_BANNER_TITLE": "Trade over ${AMMOUNT} to unlock your affiliate link"
"SHARE_AFFILIATE_BANNER_TITLE": "Trade over ${AMOUNT} to unlock your affiliate link",
"AFFILIATE_CHART_EMPTY_STATE": "There is no data available"
},
"HEADER": {
"API_DOCUMENTATION": "API Documentation",
Expand Down
1 change: 1 addition & 0 deletions scripts/generated/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ export const APP_STRING_KEYS = {
AFFILIATES: 'APP.AFFILIATES.AFFILIATES',
AFFILIATES_LEADERBOARD: 'APP.AFFILIATES.AFFILIATES_LEADERBOARD',
AFFILIATES_PROGRAM: 'APP.AFFILIATES.AFFILIATES_PROGRAM',
AFFILIATE_CHART_EMPTY_STATE: 'APP.AFFILIATES.AFFILIATE_CHART_EMPTY_STATE',
AFFILIATE_CONNECT_WALLET: 'APP.AFFILIATES.AFFILIATE_CONNECT_WALLET',
AFFILIATE_EARNINGS: 'APP.AFFILIATES.AFFILIATE_EARNINGS',
AFFILIATE_LINK: 'APP.AFFILIATES.AFFILIATE_LINK',
Expand Down

0 comments on commit 3b6c8b9

Please sign in to comment.