We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df6a831 commit 1d93d2cCopy full SHA for 1d93d2c
1 file changed
components/top-list.tsx
@@ -85,7 +85,7 @@ export function TopList({ userResults }: Props) {
85
<Card key={`top-${user.username}`}>
86
<CardHeader>
87
<CardTitle className="text-lg">
88
- {t("topwork.titleForUser", { username: user.username })}
+ {t("topwork.titleForUser", { username: user.name })}
89
</CardTitle>
90
<CardDescription>{t("topwork.desc")}</CardDescription>
91
</CardHeader>
0 commit comments