|
@@ -29,7 +29,7 @@ const RewardsText: FC<RewardsProps> = (props) => {
|
|
|
// 根据coin_type添加后缀
|
|
|
const suffixes = {
|
|
|
1: t("ProfilePage.balance"),
|
|
|
- 2: t("ProfilePage.balance"),
|
|
|
+ 2: t("ProfilePage.bonus"),
|
|
|
3: t("ProfilePage.free"),
|
|
|
4: t("ProfilePage.replay"),
|
|
|
};
|