Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
liuyuweitarek committed Oct 28, 2024
1 parent 30af2c5 commit 6b5531f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/tagsearch/_utils.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ export function useSiteCountPlural() {
id: "tagsearch.filters.resultCount",
description:
'Pluralized label for the number of sites found on the showcase. Use as much plural forms (separated by "|") as your language support (see https://www.unicode.org/cldr/cldr-aux/charts/34/supplemental/language_plural_rules.html)',
message: "1 site|{sitesCount} sites",
message: "1 note|{sitesCount} notes",
},
{ sitesCount },
),
Expand Down

0 comments on commit 6b5531f

Please sign in to comment.