We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b208ad2 commit 234028dCopy full SHA for 234028d
src/components/cards/community/List.tsx
@@ -59,7 +59,7 @@ export default function CommunityListCard({ community }: CommunityListCardProps)
59
{t("communities.list-card.earn")} <span className="font-bold">{reward?.token}</span>
60
</div>
61
<div className="font-light leading-tight">
62
- {t(community.courses !== 1 ? "communities.card.courses" : "communities.card.course", { count: community.courses })}
+ {t(community.challenges > 1 ? "communities.card.challenges" : "communities.card.challenge", { count: community.challenges })}
63
64
65
0 commit comments