Skip to content

Commit

Permalink
fix: wording en-tête formulaire satisfaction
Browse files Browse the repository at this point in the history
  • Loading branch information
alanlr authored Nov 29, 2024
1 parent d89d2ef commit 99d1fc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/components/SatisfactionForm/SatisfactionForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ export const SatisfactionForm = ({
return (
<>
<Box pt={2} data-testid="fieldset-message">
<CustomFormControl label="Motif de la suppression (obligatoire)" required name="company_feedback">
<CustomFormControl label="Votre réponse :" required name="company_feedback">
<Textarea
id="company_feedback"
data-testid="company_feedback"
Expand Down

0 comments on commit 99d1fc4

Please sign in to comment.