Skip to content

Commit

Permalink
add release notif
Browse files Browse the repository at this point in the history
  • Loading branch information
aforaleka committed Nov 27, 2023
1 parent b61429f commit 906058d
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 @@ -36,6 +36,10 @@
"TITLE": "Fast Withdrawal Succeeded",
"BODY": "Your fast withdrawal of {AMOUNT} {ASSET} has been confirmed."
},
"RELEASE_REWARDS_AND_FULL_TRADING": {
"TITLE": "{REWARDS} and {FULL TRADING} are now live!",
"BODY": ""
},
"SLOW_WITHDRAWAL_PENDING": {
"TITLE": "Slow Withdrawal Pending",
"BODY": "Your withdrawal of {AMOUNT} {ASSET} will be ready in 12 hours."
Expand Down
2 changes: 2 additions & 0 deletions scripts/generated/notifications.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ export const NOTIFICATIONS_STRING_KEYS = {
ORDER_TRIGGERED_TITLE: 'NOTIFICATIONS.NOTIFICATIONS.ORDER_TRIGGERED.TITLE',
POSITION_CLOSED_BODY: 'NOTIFICATIONS.NOTIFICATIONS.POSITION_CLOSED.BODY',
POSITION_CLOSED_TITLE: 'NOTIFICATIONS.NOTIFICATIONS.POSITION_CLOSED.TITLE',
RELEASE_REWARDS_AND_FULL_TRADING_BODY: 'NOTIFICATIONS.NOTIFICATIONS.RELEASE_REWARDS_AND_FULL_TRADING.BODY',
RELEASE_REWARDS_AND_FULL_TRADING_TITLE: 'NOTIFICATIONS.NOTIFICATIONS.RELEASE_REWARDS_AND_FULL_TRADING.TITLE',
SLOW_WITHDRAWAL_PENDING_BODY: 'NOTIFICATIONS.NOTIFICATIONS.SLOW_WITHDRAWAL_PENDING.BODY',
SLOW_WITHDRAWAL_PENDING_TITLE: 'NOTIFICATIONS.NOTIFICATIONS.SLOW_WITHDRAWAL_PENDING.TITLE',
SLOW_WITHDRAWAL_SUCCESS_BODY: 'NOTIFICATIONS.NOTIFICATIONS.SLOW_WITHDRAWAL_SUCCESS.BODY',
Expand Down

0 comments on commit 906058d

Please sign in to comment.