Skip to content

Commit

Permalink
add string for discovery program notification (#643)
Browse files Browse the repository at this point in the history
* add string for discovery program notification

* 1.1.171
  • Loading branch information
rosepuppy authored Aug 12, 2024
1 parent 1a5a091 commit d206fc4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/localization_notifications/en/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@
"TITLE": "Position Deleveraged",
"BODY": "Your {SIDE} position on {MARKET} has been deleveraged."
},
"DISCOVERY_PROGRAM": {
"TITLE": "Earn up to $200 in 30 Minutes!",
"BODY": "Make your trading journey the best it can be by participating in a user interview and sharing feedback. Spots are limited so click {HERE_LINK} to sign up or learn more!"
},
"FINAL_SETTLEMENT": {
"TITLE": "Position Settled",
"BODY": "{MARKET} has closed. Your {SIDE} position on {MARKET} has reached final settlement."
Expand Down
2 changes: 2 additions & 0 deletions scripts/generated/notifications.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ export const NOTIFICATIONS_STRING_KEYS = {
DELEVERAGED_TITLE: 'NOTIFICATIONS.DELEVERAGED.TITLE',
DEPOSIT_SUCCESS_BODY: 'NOTIFICATIONS.DEPOSIT_SUCCESS.BODY',
DEPOSIT_SUCCESS_TITLE: 'NOTIFICATIONS.DEPOSIT_SUCCESS.TITLE',
DISCOVERY_PROGRAM_BODY: 'NOTIFICATIONS.DISCOVERY_PROGRAM.BODY',
DISCOVERY_PROGRAM_TITLE: 'NOTIFICATIONS.DISCOVERY_PROGRAM.TITLE',
FAST_WITHDRAW_SUCCESS_BODY: 'NOTIFICATIONS.FAST_WITHDRAW_SUCCESS.BODY',
FAST_WITHDRAW_SUCCESS_TITLE: 'NOTIFICATIONS.FAST_WITHDRAW_SUCCESS.TITLE',
FINAL_SETTLEMENT_BODY: 'NOTIFICATIONS.FINAL_SETTLEMENT.BODY',
Expand Down

0 comments on commit d206fc4

Please sign in to comment.