Skip to content

Commit

Permalink
fix message de localisation
Browse files Browse the repository at this point in the history
  • Loading branch information
Clemog committed Sep 14, 2023
1 parent 6f7965c commit b01a9a8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions source/components/localisation/Localisation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ export default ({ title = 'Ma région de simulation' }) => {
<p>
{localisation?.userChosen ? (
<span>
<Trans>Vous avez choisi</Trans>{' '}
<Trans>Vous avez choisi </Trans>
{countryName}
</span>
) : iframeLocalisationOption ? (
<span>
Expand All @@ -59,8 +60,8 @@ export default ({ title = 'Ma région de simulation' }) => {
<span>
<Trans>
Nous avons détecté que vous faites cette simulation depuis{' '}
{countryName}
</Trans>{' '}
</Trans>
{countryName}
</span>
)}
<img
Expand Down

0 comments on commit b01a9a8

Please sign in to comment.