Skip to content

Commit

Permalink
fix: typo in force publication (#976)
Browse files Browse the repository at this point in the history
  • Loading branch information
MaGOs92 authored Dec 18, 2024
1 parent ecf9dee commit 9611cd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/sub-header/bal-status/ban-sync/sync-button.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ function SyncButton({
</Button>
<Checkbox
checked={isManualActionConfirmed}
label="Je comprend que ma Base Adresse Locale remplacera celle actuellement synchronisée avec la Base Adresses Nationale"
label="Je comprends que ma Base Adresse Locale remplacera celle actuellement synchronisée avec la Base Adresses Nationale"
onChange={() => setIsManuelActionConfirmed(!isManualActionConfirmed)}
/>
</Pane>
Expand Down

0 comments on commit 9611cd2

Please sign in to comment.