From 0df34bdb1cd92b2d60cff08b366d8a3b9c8a5374 Mon Sep 17 00:00:00 2001 From: smanylov Date: Fri, 27 Mar 2026 21:17:19 +0700 Subject: [PATCH] add translate, remove avaible income number --- src/app/styles/pages-styles.scss | 3 --- src/app/ui/referral-page/Income-and-payments.tsx | 2 +- src/i18n/messages/en.json | 1 + src/i18n/messages/ru.json | 1 + 4 files changed, 3 insertions(+), 4 deletions(-) diff --git a/src/app/styles/pages-styles.scss b/src/app/styles/pages-styles.scss index 2e27d38..456f71b 100644 --- a/src/app/styles/pages-styles.scss +++ b/src/app/styles/pages-styles.scss @@ -5007,8 +5007,5 @@ .dropdown-button { font-size: 12px; } -/* .dropdown-item { - font-size: 10px; - } */ } } \ No newline at end of file diff --git a/src/app/ui/referral-page/Income-and-payments.tsx b/src/app/ui/referral-page/Income-and-payments.tsx index 97d2a14..0a5fcca 100644 --- a/src/app/ui/referral-page/Income-and-payments.tsx +++ b/src/app/ui/referral-page/Income-and-payments.tsx @@ -55,7 +55,7 @@ export default function IncomeAndPayments() {

Выплачено

- {activeInvites?.totalIncome - activeInvites?.availableIncome - activeInvites?.holdBalance} + {/* {activeInvites?.totalIncome - activeInvites?.availableIncome + activeInvites?.holdBalance} */}

Успешно выплачено на ваши счета
diff --git a/src/i18n/messages/en.json b/src/i18n/messages/en.json index d99aad0..53ddf5d 100644 --- a/src/i18n/messages/en.json +++ b/src/i18n/messages/en.json @@ -227,6 +227,7 @@ "completed": "Completed", "pending": "Pending", "canceled": "Canceled", + "cancelled": "Cancelled", "all-content": "All content", "monitoring": "Monitoring", "efficiency": "Efficiency", diff --git a/src/i18n/messages/ru.json b/src/i18n/messages/ru.json index 00fbc24..2516715 100644 --- a/src/i18n/messages/ru.json +++ b/src/i18n/messages/ru.json @@ -227,6 +227,7 @@ "completed": "Завершено", "pending": "В ожидании", "canceled": "Отменено", + "cancelled": "Отменено", "all-content": "Весь контент", "monitoring": "Мониторинг", "efficiency": "Эффективность",