Skip to content

Commit

Permalink
Update results found wording to be more comprehensive
Browse files Browse the repository at this point in the history
  • Loading branch information
clari182 committed Nov 23, 2023
1 parent 7b43f02 commit 1ffd539
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion site/gatsby-site/i18n/locales/es/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -287,5 +287,5 @@
"Incident and Issue Reports": "Incidentes e Informes de Problemas",
"Issue Reports": "Informes de Problemas",
"found": "encontrados",
"search results": "resultados de búsqueda"
"results found": "resultados encontrados"
}
2 changes: 1 addition & 1 deletion site/gatsby-site/i18n/locales/fr/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -275,5 +275,5 @@
"Incident and Issue Reports": "Incidents et rapports de problèmes",
"Issue Reports": "Rapports de problèmes",
"found": "trouvés",
"search results": "résultats de la recherche"
"results found": "résultats trouvés"
}
4 changes: 2 additions & 2 deletions site/gatsby-site/src/components/discover/Stats.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ export default function Stats({ className, ...props }) {
<div className={'flex gap-3 items-center ' + className}>
<span data-cy="display-options">
<DisplayOptions />
</span>{' '}
</span>
<div>
<b>{count}</b> <Trans>search results</Trans>
<b>{count}</b> <Trans>results found</Trans>
</div>
</div>
);
Expand Down

0 comments on commit 1ffd539

Please sign in to comment.