Skip to content

Commit

Permalink
Merge pull request #1045 from MTES-MCT/lovac-filters-wording
Browse files Browse the repository at this point in the history
feat: rename LOVAC filter labels
  • Loading branch information
loicguillois authored Dec 17, 2024
2 parents 362c9fa + 3301724 commit 15b3be4
Showing 1 changed file with 24 additions and 24 deletions.
48 changes: 24 additions & 24 deletions frontend/src/models/HousingFilters.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -265,33 +265,33 @@ export const localityKindsOptions: SelectOption<LocalityKind>[] = [
export const dataFileYearsIncludedOptions: SelectOption[] = [
{
value: 'ff-2023',
label: 'Fichiers fonciers 2023',
badgeLabel: 'Fichiers fonciers 2023 inclus'
label: 'Fichiers fonciers 2023 (locatif)',
badgeLabel: 'Fichiers fonciers 2023 (locatif) inclus'
},
{
value: 'lovac-2019',
label: 'ZLV 2019 (>2 ans)',
badgeLabel: 'ZLV 2019 (>2 ans)'
label: 'LOVAC 2019 (>2 ans)',
badgeLabel: 'LOVAC 2019 (>2 ans)'
},
{
value: 'lovac-2020',
label: 'ZLV 2020 (>2 ans)',
badgeLabel: 'ZLV 2020 (>2 ans)'
label: 'LOVAC 2020 (>2 ans)',
badgeLabel: 'LOVAC 2020 (>2 ans)'
},
{
value: 'lovac-2021',
label: 'ZLV 2021 (>2 ans)',
badgeLabel: 'ZLV 2021 (>2 ans)'
label: 'LOVAC 2021 (>2 ans)',
badgeLabel: 'LOVAC 2021 (>2 ans)'
},
{
value: 'lovac-2022',
label: 'ZLV 2022 (>2 ans)',
badgeLabel: 'ZLV 2022 (>2 ans)'
label: 'LOVAC 2022 (>2 ans)',
badgeLabel: 'LOVAC 2022 (>2 ans)'
},
{
value: 'lovac-2023',
label: 'ZLV 2023 (>2 ans)',
badgeLabel: 'ZLV 2023 (>2 ans)'
label: 'LOVAC 2023 (>2 ans)',
badgeLabel: 'LOVAC 2023 (>2 ans)'
},
{
value: 'lovac-2024',
Expand All @@ -303,33 +303,33 @@ export const dataFileYearsIncludedOptions: SelectOption[] = [
export const dataFileYearsExcludedOptions: SelectOption[] = [
{
value: 'ff-2023',
label: 'Fichiers fonciers 2023',
badgeLabel: 'Fichiers fonciers 2023 exclus'
label: 'Fichiers fonciers 2023 (locatif)',
badgeLabel: 'Fichiers fonciers 2023 (locatif) exclus'
},
{
value: 'lovac-2019',
label: 'ZLV 2019 (>2 ans)',
badgeLabel: 'ZLV 2019 (>2 ans) exclu'
label: 'LOVAC 2019 (>2 ans)',
badgeLabel: 'LOVAC 2019 (>2 ans) exclu'
},
{
value: 'lovac-2020',
label: 'ZLV 2020 (>2 ans)',
badgeLabel: 'ZLV 2020 (>2 ans) exclu'
label: 'LOVAC 2020 (>2 ans)',
badgeLabel: 'LOVAC 2020 (>2 ans) exclu'
},
{
value: 'lovac-2021',
label: 'ZLV 2021 (>2 ans)',
badgeLabel: 'ZLV 2021 (>2 ans) exclu'
label: 'LOVAC 2021 (>2 ans)',
badgeLabel: 'LOVAC 2021 (>2 ans) exclu'
},
{
value: 'lovac-2022',
label: 'ZLV 2022 (>2 ans)',
badgeLabel: 'ZLV 2022 (>2 ans) exclu'
label: 'LOVAC 2022 (>2 ans)',
badgeLabel: 'LOVAC 2022 (>2 ans) exclu'
},
{
value: 'lovac-2023',
label: 'ZLV 2023 (>2 ans)',
badgeLabel: 'ZLV 2023 (>2 ans) exclu'
label: 'LOVAC 2023 (>2 ans)',
badgeLabel: 'LOVAC 2023 (>2 ans) exclu'
},
{
value: 'lovac-2024',
Expand Down

0 comments on commit 15b3be4

Please sign in to comment.