Skip to content

Commit

Permalink
Merge pull request #804 from MTES-MCT/missing-space-helpmessage
Browse files Browse the repository at this point in the history
Added non breaking space in the "Ajouter un logement" helpmessage
  • Loading branch information
loicguillois authored Jul 8, 2024
2 parents b7327b1 + 86eb66c commit 27c8812
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,23 +80,23 @@ const FillLocalId = forwardRef((props: StepProps, ref) => {
>
L’identifiant du logement
</a>
est une concaténation du
&nbsp;est une concaténation du
<a
href="https://doc-datafoncier.cerema.fr/doc/dv3f/local/coddep"
target="_blank"
rel="noreferrer"
>
code département
</a>
du logement et de
&nbsp;du logement et de
<a
href="https://doc-datafoncier.cerema.fr/doc/ff/pb0010_local/invar"
target="_blank"
rel="noreferrer"
>
l’invariant fiscal
</a>
du logement, dans cet ordre-là.
&nbsp;du logement, dans cet ordre-là.
</>
}
/>
Expand Down

0 comments on commit 27c8812

Please sign in to comment.