Skip to content

Commit

Permalink
Use scopped name for software catalog search
Browse files Browse the repository at this point in the history
  • Loading branch information
garronej committed Apr 10, 2023
1 parent 323a86e commit 417eb00
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 369 deletions.
6 changes: 3 additions & 3 deletions src/ui/i18n.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const {
| typeof import("ui/App").i18n
| typeof import("ui/pages/softwareCatalog/SoftwareCatalogControlled").i18n
| typeof import("ui/pages/softwareCatalog/SoftwareCatalogCard").i18n
| typeof import("ui/pages/softwareCatalog/Search").i18n
| typeof import("ui/pages/softwareCatalog/SoftwareCatalogSearch").i18n
| typeof import("ui/pages/softwareDetails/SoftwareDetails").i18n
| typeof import("ui/pages/softwareDetails/HeaderDetailCard").i18n
| typeof import("ui/pages/softwareDetails/PreviewTab").i18n
Expand Down Expand Up @@ -280,7 +280,7 @@ const {
"This software is from French public service",
"isPresentInSupportMarket": "This software is present in support market"
},
"Search": {
"SoftwareCatalogSearch": {
"placeholder": "Search a software, a word, a reference...",
"filtersButton": "Filters",
"organizationLabel": "Organization",
Expand Down Expand Up @@ -677,7 +677,7 @@ const {
"no software found": "Aucun logiciel trouvé",
"best_match": "Résultats les plus pertinents"
},
"Search": {
"SoftwareCatalogSearch": {
"placeholder": "Rechercher un logiciel, un mot, une référence",
"filtersButton": "Filtres",
"organizationLabel": "Organization",
Expand Down
364 changes: 0 additions & 364 deletions src/ui/pages/softwareCatalog/Search.tsx

This file was deleted.

Loading

0 comments on commit 417eb00

Please sign in to comment.