From 9a97d1f0734440d47e2ee3a0dd25b9ed762ea8db Mon Sep 17 00:00:00 2001 From: Lou-Kamades Date: Mon, 1 Jan 2024 15:46:49 -0600 Subject: [PATCH] add settle funds to activity feed filter --- components/account/ActivityFilters.tsx | 1 + public/locales/en/activity.json | 2 +- public/locales/es/activity.json | 2 +- public/locales/ru/activity.json | 2 +- public/locales/zh/activity.json | 2 +- public/locales/zh_tw/activity.json | 2 +- 6 files changed, 6 insertions(+), 5 deletions(-) diff --git a/components/account/ActivityFilters.tsx b/components/account/ActivityFilters.tsx index 499eefa62..eed81fe3a 100644 --- a/components/account/ActivityFilters.tsx +++ b/components/account/ActivityFilters.tsx @@ -46,6 +46,7 @@ const DEFAULT_PARAMS = [ 'openbook_trade', 'swap', 'withdraw', + 'settle_funds', ] const ActivityFilters = () => { diff --git a/public/locales/en/activity.json b/public/locales/en/activity.json index 69c4eaba3..b5a341cae 100644 --- a/public/locales/en/activity.json +++ b/public/locales/en/activity.json @@ -33,7 +33,7 @@ "perp_trade": "Perp Trade", "reset-filters": "Reset Filters", "select-tokens": "Select Tokens", - "settle-funds": "Settle Funds", + "settle_funds": "Settle Funds", "spot-trade": "Spot Trade", "swap": "Swap", "swaps": "Swaps", diff --git a/public/locales/es/activity.json b/public/locales/es/activity.json index e1f7a9127..ef3b5601a 100644 --- a/public/locales/es/activity.json +++ b/public/locales/es/activity.json @@ -32,7 +32,7 @@ "perps": "Perps", "perp_trade": "Perp Trade", "reset-filters": "Reset Filters", - "settle-funds": "Settle Funds", + "settle_funds": "Settle Funds", "select-tokens": "Select Tokens", "spot-trade": "Spot Trade", "swap": "Swap", diff --git a/public/locales/ru/activity.json b/public/locales/ru/activity.json index 69c4eaba3..b5a341cae 100644 --- a/public/locales/ru/activity.json +++ b/public/locales/ru/activity.json @@ -33,7 +33,7 @@ "perp_trade": "Perp Trade", "reset-filters": "Reset Filters", "select-tokens": "Select Tokens", - "settle-funds": "Settle Funds", + "settle_funds": "Settle Funds", "spot-trade": "Spot Trade", "swap": "Swap", "swaps": "Swaps", diff --git a/public/locales/zh/activity.json b/public/locales/zh/activity.json index fa50e5c4e..ad57ba5aa 100644 --- a/public/locales/zh/activity.json +++ b/public/locales/zh/activity.json @@ -33,7 +33,7 @@ "perps": "永续合约", "reset-filters": "重置筛选", "select-tokens": "选择币种", - "settle-funds": "Settle Funds", + "settle_funds": "Settle Funds", "spot-trade": "现货交易", "swap": "换币", "swaps": "换币", diff --git a/public/locales/zh_tw/activity.json b/public/locales/zh_tw/activity.json index 4dc8f1cb2..af8b3d9b9 100644 --- a/public/locales/zh_tw/activity.json +++ b/public/locales/zh_tw/activity.json @@ -32,7 +32,7 @@ "perp_trade": "合約交易", "perps": "永續合約", "reset-filters": "重置篩選", - "settle-funds": "Settle Funds", + "settle_funds": "Settle Funds", "select-tokens": "選擇幣種", "spot-trade": "現貨交易", "swap": "換幣",