diff --git a/web/src/components/topup/SubscriptionPlansCard.jsx b/web/src/components/topup/SubscriptionPlansCard.jsx index adead2379..248b3e696 100644 --- a/web/src/components/topup/SubscriptionPlansCard.jsx +++ b/web/src/components/topup/SubscriptionPlansCard.jsx @@ -406,8 +406,7 @@ const SubscriptionPlansCard = ({ {isActive && ( - {t('剩余')} {remainDays} {t('天')} · {t('已用')}{' '} - {usagePercent}% + {t('剩余')} {remainDays} {t('天')} )}