Skip to content

Commit

Permalink
Merge pull request #1095 from MTES-MCT/edit-locatif-filter-name
Browse files Browse the repository at this point in the history
Updated label's filter " Fichier fonciers 2023 (parc locatif privé)"
  • Loading branch information
Falinor authored Jan 20, 2025
2 parents eae272c + 8e287a8 commit ea2af46
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions frontend/src/models/HousingFilters.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -268,8 +268,8 @@ export const localityKindsOptions: SelectOption<LocalityKind>[] = [
export const dataFileYearsIncludedOptions: SelectOption[] = [
{
value: 'ff-2023-locatif',
label: 'Fichiers fonciers 2023 (locatif)',
badgeLabel: 'Fichiers fonciers 2023 (locatif) inclus'
label: 'Fichiers fonciers 2023 (parc locatif privé)',
badgeLabel: 'Fichiers fonciers 2023 (parc locatif privé) inclus'
},
{
value: 'lovac-2019',
Expand Down Expand Up @@ -306,8 +306,8 @@ export const dataFileYearsIncludedOptions: SelectOption[] = [
export const dataFileYearsExcludedOptions: SelectOption[] = [
{
value: 'ff-2023-locatif',
label: 'Fichiers fonciers 2023 (locatif)',
badgeLabel: 'Fichiers fonciers 2023 (locatif) exclus'
label: 'Fichiers fonciers 2023 (parc locatif privé)',
badgeLabel: 'Fichiers fonciers 2023 (parc locatif privé) exclus'
},
{
value: 'lovac-2019',
Expand Down

0 comments on commit ea2af46

Please sign in to comment.