diff --git a/apps/token/src/routes/rewards/home/reward-info.tsx b/apps/token/src/routes/rewards/home/reward-info.tsx
index f9cd3b192..899b3eed1 100644
--- a/apps/token/src/routes/rewards/home/reward-info.tsx
+++ b/apps/token/src/routes/rewards/home/reward-info.tsx
@@ -108,7 +108,8 @@ export const RewardTable = ({ reward, delegations }: RewardTableProps) => {
{t('reward')}
- {formatNumber(toBigNum(reward.amount, decimals))} {t('VEGA')}
+ {formatNumber(toBigNum(reward.amount, decimals))}{' '}
+ {reward.asset.symbol}