diff --git a/site/src/components/TemplateStats/TemplateStats.tsx b/site/src/components/TemplateStats/TemplateStats.tsx index c06827ef9fc92..e67ab544cf9df 100644 --- a/site/src/components/TemplateStats/TemplateStats.tsx +++ b/site/src/components/TemplateStats/TemplateStats.tsx @@ -11,8 +11,8 @@ const Language = { usedByLabel: "Used by", activeVersionLabel: "Active version", lastUpdateLabel: "Last updated", - userPlural: "users", - userSingular: "user", + developerPlural: "developers", + developerSingular: "developer", createdByLabel: "Created by", } @@ -31,7 +31,7 @@ export const TemplateStats: FC = ({ template, activeVersion {template.workspace_owner_count}{" "} - {template.workspace_owner_count === 1 ? Language.userSingular : Language.userPlural} + {template.workspace_owner_count === 1 ? Language.developerSingular : Language.developerPlural}