Skip to content

Commit

Permalink
Merge pull request #576 from InseeFr/fix/alert-message
Browse files Browse the repository at this point in the history
just changing content text error
  • Loading branch information
renaud23 authored Oct 16, 2024
2 parents 3af5f85 + fca2dc9 commit fa75a18
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/AlertSaving/AlertesSaving.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { Alert } from '@codegouvfr/react-dsfr/Alert';

import { OrchestratedElement } from '../../typeStromae/type';
import { fr } from '@codegouvfr/react-dsfr/fr';

Expand All @@ -12,7 +11,7 @@ export function AlertesSaving(props: OrchestratedElement) {
<Alert
className={fr.cx('fr-mb-3w')}
closable
description="Vos données n'ont pu être sauvegardées, veuillez réessayer ou contacter l'assistance."
description="Vos données n'ont pu être sauvegardées, veuillez réessayer."
severity="error"
title="Une erreur est survenue lors de la sauvegarde de vos données"
/>
Expand Down

0 comments on commit fa75a18

Please sign in to comment.