Skip to content

Commit

Permalink
Merge pull request #1011 from MTES-MCT/Modif_wording_housingcreation_…
Browse files Browse the repository at this point in the history
…modal

Modif_wording_housingcreation_modal
  • Loading branch information
loicguillois authored Nov 20, 2024
2 parents a9d5e49 + 8384e43 commit 7cfc083
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -93,33 +93,33 @@ const FillLocalId = forwardRef((props: StepProps, ref) => {
<Alert
className="fr-mb-2w"
severity="info"
title="Comment trouver l’identifiant du logement que je souhaite ajouter ?"
title="Comment trouver l’identifiant fiscal national ?"
description={
<>
<a
href="https://doc-datafoncier.cerema.fr/doc/ff/pb0010_local/idlocal"
target="_blank"
rel="noreferrer"
>
L’identifiant du logement
L’identifiant fiscal national
</a>
&nbsp;est une concaténation du&nbsp;
&nbsp;(12 chiffres), présent dans les Fichiers Fonciers, est une concaténation du&nbsp;
<a
href="https://doc-datafoncier.cerema.fr/doc/dv3f/local/coddep"
target="_blank"
rel="noreferrer"
>
&nbsp;code département
</a>
&nbsp;du logement et de&nbsp;
&nbsp;(2 chiffres) et de&nbsp;
<a
href="https://doc-datafoncier.cerema.fr/doc/ff/pb0010_local/invar"
target="_blank"
rel="noreferrer"
>
l’identifiant fiscal départemental
l’invariant fiscal départemental
</a>
&nbsp;du logement, dans cet ordre-là.
&nbsp;(10 chiffres) du logement, dans cet ordre-là.
</>
}
/>
Expand Down

0 comments on commit 7cfc083

Please sign in to comment.