update fees collected tooltip
This commit is contained in:
parent
f8fc155225
commit
bbf8d91fbb
|
@ -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>
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue