Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
annelhote committed Jan 3, 2024
1 parent d58015d commit 5e71bec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/pages/admin/categories-geographiques.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ export default function GeographicalCategories() {
<hr />
<Row>
<Col>
<TextInput placeholder="Filtrer par nom de catégories géographique" value={query} onChange={handleQueryChange} size="sm" />
<TextInput placeholder="Filtrer par nom de catégorie géographique" value={query} onChange={handleQueryChange} size="sm" />
</Col>
</Row>
<hr />
Expand Down
2 changes: 1 addition & 1 deletion src/pages/categories-geographiques/[id]/elements-lies.js
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ export default function GeographicalCategoryRelatedElements() {
<Badge text={filteredMarkers.length} colorFamily="yellow-tournesol" />
</Title>
<Row alignItems="middle" spacing="mb-1v">
<Text className="fr-m-0" size="sm" as="span"><i>Filtrer par categories :</i></Text>
<Text className="fr-m-0" size="sm" as="span"><i>Filtrer par catégorie :</i></Text>
</Row>
<Row>
<Col>
Expand Down

0 comments on commit 5e71bec

Please sign in to comment.