fix: more label fixes

This commit is contained in:
Michael Zetterberg
2025-03-13 10:25:05 +01:00
parent a1303d3dae
commit 065ebb57c6
4 changed files with 3 additions and 4 deletions

View File

@@ -59,7 +59,7 @@ export default function JobList({ allJobs }: JobListProps) {
<Subtitle type="two">
{intl.formatMessage(
{
id: "{count, plural, one {{count} Result} other {{count} Results}}",
id: "{count, plural, one {# Result} other {# Results}}",
},
{ count: state.jobs.length }
)}