diff --git a/components/TokenList.tsx b/components/TokenList.tsx index 04aab3e8..7fc7fb45 100644 --- a/components/TokenList.tsx +++ b/components/TokenList.tsx @@ -114,7 +114,7 @@ const TokenList = () => { {t('token')}
- + {t('balance')}
@@ -122,7 +122,7 @@ const TokenList = () => { {t('trade:in-orders')} {t('trade:unsettled')} - + {t('interest-earned-paid')} @@ -130,7 +130,7 @@ const TokenList = () => {
- + {t('rates')}
diff --git a/components/account/ActivityFeedTable.tsx b/components/account/ActivityFeedTable.tsx index 0b420751..6dc9c03c 100644 --- a/components/account/ActivityFeedTable.tsx +++ b/components/account/ActivityFeedTable.tsx @@ -195,7 +195,11 @@ const ActivityFeedTable = ({ {t('activity:credit')} {t('activity:debit')} - {t('fee')} + + + {t('fee')} + + {t('activity:activity-value')} diff --git a/public/locales/en/activity.json b/public/locales/en/activity.json index 1e726809..7309d734 100644 --- a/public/locales/en/activity.json +++ b/public/locales/en/activity.json @@ -25,6 +25,7 @@ "spot-trade": "Spot Trade", "swap": "Swap", "swaps": "Swaps", + "tooltip-fee": "Swap fees paid to other DEXs are not displayed", "update": "Update", "value-from": "Value From", "value-to": "Value To", diff --git a/public/locales/es/activity.json b/public/locales/es/activity.json index 1e726809..7309d734 100644 --- a/public/locales/es/activity.json +++ b/public/locales/es/activity.json @@ -25,6 +25,7 @@ "spot-trade": "Spot Trade", "swap": "Swap", "swaps": "Swaps", + "tooltip-fee": "Swap fees paid to other DEXs are not displayed", "update": "Update", "value-from": "Value From", "value-to": "Value To", diff --git a/public/locales/ru/activity.json b/public/locales/ru/activity.json index 1e726809..7309d734 100644 --- a/public/locales/ru/activity.json +++ b/public/locales/ru/activity.json @@ -25,6 +25,7 @@ "spot-trade": "Spot Trade", "swap": "Swap", "swaps": "Swaps", + "tooltip-fee": "Swap fees paid to other DEXs are not displayed", "update": "Update", "value-from": "Value From", "value-to": "Value To", diff --git a/public/locales/zh/activity.json b/public/locales/zh/activity.json index 1e726809..7309d734 100644 --- a/public/locales/zh/activity.json +++ b/public/locales/zh/activity.json @@ -25,6 +25,7 @@ "spot-trade": "Spot Trade", "swap": "Swap", "swaps": "Swaps", + "tooltip-fee": "Swap fees paid to other DEXs are not displayed", "update": "Update", "value-from": "Value From", "value-to": "Value To", diff --git a/public/locales/zh_tw/activity.json b/public/locales/zh_tw/activity.json index 1e726809..7309d734 100644 --- a/public/locales/zh_tw/activity.json +++ b/public/locales/zh_tw/activity.json @@ -25,6 +25,7 @@ "spot-trade": "Spot Trade", "swap": "Swap", "swaps": "Swaps", + "tooltip-fee": "Swap fees paid to other DEXs are not displayed", "update": "Update", "value-from": "Value From", "value-to": "Value To",