From bbf8d91fbbc4ef9e5a43ecc0173806b3e251e764 Mon Sep 17 00:00:00 2001 From: saml33 Date: Mon, 20 Mar 2023 20:53:29 +1100 Subject: [PATCH] update fees collected tooltip --- components/stats/TokenStats.tsx | 4 ++-- public/locales/en/token.json | 1 + public/locales/es/token.json | 1 + public/locales/ru/token.json | 1 + public/locales/zh/token.json | 1 + public/locales/zh_tw/token.json | 1 + 6 files changed, 7 insertions(+), 2 deletions(-) diff --git a/components/stats/TokenStats.tsx b/components/stats/TokenStats.tsx index 87beb680..e6c71103 100644 --- a/components/stats/TokenStats.tsx +++ b/components/stats/TokenStats.tsx @@ -67,7 +67,7 @@ const TokenStats = () => {
- + {t('fees')}
@@ -332,7 +332,7 @@ const TokenStats = () => { />
- +

{t('fees')}

diff --git a/public/locales/en/token.json b/public/locales/en/token.json index db1c6a5b..d23e8845 100644 --- a/public/locales/en/token.json +++ b/public/locales/en/token.json @@ -8,6 +8,7 @@ "circulating-supply": "Circulating Supply", "deposits": "Deposits", "deposit-rates": "Deposit Rates", + "fees-tooltip": "Fees collected for loan origination, loan upkeep and Openbook hosting rebates.", "fdv": "Fully Diluted Value", "go-to-account": "Go To Account", "lending": "Lending", diff --git a/public/locales/es/token.json b/public/locales/es/token.json index db1c6a5b..d23e8845 100644 --- a/public/locales/es/token.json +++ b/public/locales/es/token.json @@ -8,6 +8,7 @@ "circulating-supply": "Circulating Supply", "deposits": "Deposits", "deposit-rates": "Deposit Rates", + "fees-tooltip": "Fees collected for loan origination, loan upkeep and Openbook hosting rebates.", "fdv": "Fully Diluted Value", "go-to-account": "Go To Account", "lending": "Lending", diff --git a/public/locales/ru/token.json b/public/locales/ru/token.json index db1c6a5b..d23e8845 100644 --- a/public/locales/ru/token.json +++ b/public/locales/ru/token.json @@ -8,6 +8,7 @@ "circulating-supply": "Circulating Supply", "deposits": "Deposits", "deposit-rates": "Deposit Rates", + "fees-tooltip": "Fees collected for loan origination, loan upkeep and Openbook hosting rebates.", "fdv": "Fully Diluted Value", "go-to-account": "Go To Account", "lending": "Lending", diff --git a/public/locales/zh/token.json b/public/locales/zh/token.json index db1c6a5b..f229f5a6 100644 --- a/public/locales/zh/token.json +++ b/public/locales/zh/token.json @@ -9,6 +9,7 @@ "deposits": "Deposits", "deposit-rates": "Deposit Rates", "fdv": "Fully Diluted Value", + "fees-tooltip": "Fees collected for loan origination, loan upkeep and Openbook hosting rebates.", "go-to-account": "Go To Account", "lending": "Lending", "market-cap": "Market Cap", diff --git a/public/locales/zh_tw/token.json b/public/locales/zh_tw/token.json index db1c6a5b..f229f5a6 100644 --- a/public/locales/zh_tw/token.json +++ b/public/locales/zh_tw/token.json @@ -9,6 +9,7 @@ "deposits": "Deposits", "deposit-rates": "Deposit Rates", "fdv": "Fully Diluted Value", + "fees-tooltip": "Fees collected for loan origination, loan upkeep and Openbook hosting rebates.", "go-to-account": "Go To Account", "lending": "Lending", "market-cap": "Market Cap",