diff --git a/web/src/components/topup/RechargeCard.jsx b/web/src/components/topup/RechargeCard.jsx
index d68598c..62de793 100644
--- a/web/src/components/topup/RechargeCard.jsx
+++ b/web/src/components/topup/RechargeCard.jsx
@@ -383,7 +383,7 @@ const RechargeCard = ({
fontWeight: 'normal',
}}
>
- (1 $ = {rate.toFixed(2)} {symbol})
+ (1 USD = {rate.toFixed(2)} {symbol})
);
})()}
@@ -453,7 +453,7 @@ const RechargeCard = ({
heading={6}
style={{ margin: '0 0 8px 0' }}
>
-
- {t('价格')}:{selectedCreemProduct.currency === 'EUR' ? '€' : '$'} + {t('价格')}:{selectedCreemProduct.currency === 'EUR' ? '€' : 'USD'} {selectedCreemProduct.price}