update fees collected tooltip

This commit is contained in:
saml33 2023-03-20 20:53:29 +11:00
parent f8fc155225
commit bbf8d91fbb
6 changed files with 7 additions and 2 deletions

View File

@ -67,7 +67,7 @@ const TokenStats = () => {
</Th>
<Th>
<div className="flex justify-end">
<Tooltip content="Fees collected for loan originations">
<Tooltip content={t('token:fees-tooltip')}>
<span className="tooltip-underline">{t('fees')}</span>
</Tooltip>
</div>
@ -332,7 +332,7 @@ const TokenStats = () => {
/>
</div>
<div className="col-span-1">
<Tooltip content="Fees collected for loan originations">
<Tooltip content={t('token:fees-tooltip')}>
<p className="tooltip-underline text-xs">
{t('fees')}
</p>

View File

@ -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",

View File

@ -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",

View File

@ -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",

View File

@ -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",

View File

@ -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",