Skip to content

Commit

Permalink
feat: amélioration du wording
Browse files Browse the repository at this point in the history
  • Loading branch information
m-maillot committed Oct 22, 2024
1 parent 827df44 commit 6b796d9
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions targets/frontend/src/components/list/PublishModal/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -106,11 +106,13 @@ export function PublishModal({
status: contentProgression[item.id] ?? "pending",
}))}
/>
<p>
<div className={fr.cx("fr-callout")}>
Ces derniers seront disponible sur le site après une mise en
production des données. Êtes-vous sûr de vouloir publier ces
contenus ?
</p>
production des données.
</div>
{processing === "waiting" && (
<p>Êtes-vous sûr de vouloir publier ces contenus ?</p>
)}
</Stack>
<Stack direction="row" spacing={2} mt={4} justifyContent="end">
{processing === "waiting" && (
Expand Down

0 comments on commit 6b796d9

Please sign in to comment.