diff --git a/src/app/(dashboard)/explorer/components/GuildCard.tsx b/src/app/(dashboard)/explorer/components/GuildCard.tsx index bc19365ba9..5b72b82b26 100644 --- a/src/app/(dashboard)/explorer/components/GuildCard.tsx +++ b/src/app/(dashboard)/explorer/components/GuildCard.tsx @@ -42,7 +42,7 @@ export const GuildCard: FunctionComponent<{ guild: Guild }> = ({ guild }) => { - {`${guild.roleCount} roles`} + {`${guild.roleCount} role${guild.roleCount > 1 ? "s" : ""}`}