From d7e0fe7394a17989e23f779ab055ed7ac63fc939 Mon Sep 17 00:00:00 2001 From: jeremy lee Date: Fri, 23 Aug 2024 14:48:54 -0500 Subject: [PATCH] feat: top 100 addresses notificaiton text --- config/localization/en/app.json | 3 +++ scripts/generated/app.ts | 3 +++ 2 files changed, 6 insertions(+) diff --git a/config/localization/en/app.json b/config/localization/en/app.json index e81e053f5..7cca3dc74 100644 --- a/config/localization/en/app.json +++ b/config/localization/en/app.json @@ -1649,6 +1649,9 @@ "STATUS_PAGE": "Status page", "SUSPICIOUS_TRADE": "Suspicious activity", "SUSPICIOUS_TRADE_BODY": "We have noticed suspicious trading activity related to your account on dYdX, including potential wash trading activity. We will be reviewing your activity on an ongoing basis. If we notice similar activity in the future, then you will be permanently blocked from performing transfers within the protocol and from placing orders other than market orders that reduce your positions.", + "TOP_100_ACTION": "Get in touch →", + "TOP_100_BODY": "Thank you for being a large trader on dYdX! The team would like to offer you a higher level of personalized support and the opportunity to connect directly with them.", + "TOP_100_TITLE": "Want more support?", "TRANSFER_STATUS": { "BRIDGING_TOKENS": "Bridging tokens", "DEPOSIT_IN_PROGRESS_": "Deposit in progress...", diff --git a/scripts/generated/app.ts b/scripts/generated/app.ts index 1be1c6bc5..99aef1958 100644 --- a/scripts/generated/app.ts +++ b/scripts/generated/app.ts @@ -918,6 +918,9 @@ export const APP_STRING_KEYS = { STATUS_PAGE: 'APP.NOTIFICATIONS.STATUS_PAGE', SUSPICIOUS_TRADE: 'APP.NOTIFICATIONS.SUSPICIOUS_TRADE', SUSPICIOUS_TRADE_BODY: 'APP.NOTIFICATIONS.SUSPICIOUS_TRADE_BODY', + TOP_100_ACTION: 'APP.NOTIFICATIONS.TOP_100_ACTION', + TOP_100_BODY: 'APP.NOTIFICATIONS.TOP_100_BODY', + TOP_100_TITLE: 'APP.NOTIFICATIONS.TOP_100_TITLE', TRADE_UDPATES: 'APP.NOTIFICATIONS.TRADE_UDPATES', TRADING_REWARD_RECEIVED: 'APP.NOTIFICATIONS.TRADING_REWARD_RECEIVED',