Skip to content

Commit

Permalink
fix(ui): wording paramétrage (#3408)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbenfares authored Dec 4, 2023
1 parent 8e8cf70 commit 0fa98ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/modules/admin/InfosTransmissionEtParametrageOFA.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ const InfosTransmissionEtParametrageOFA = ({ organisme, ...props }) => {
)}
</HStack>
<HStack>
<Text>Paramétrage ERP :</Text>
<Text>Paramétrage :</Text>
{parametrage?.parametrage_erp_active ? (
<HStack spacing="1w">
<BadgeYes />
Expand Down

0 comments on commit 0fa98ee

Please sign in to comment.