From 575765df1a4e93f29252e1ec9b9244a192291252 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?R=C3=A9mi=20PAILHAREY?= <rpailharey@grandlyon.com>
Date: Tue, 30 Aug 2022 07:06:01 +0000
Subject: [PATCH] fix: removed elements from a subtitle

---
 .../structure-choice-completion.component.html                  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/app/form/form-view/structure-form/structure-choice-completion/structure-choice-completion.component.html b/src/app/form/form-view/structure-form/structure-choice-completion/structure-choice-completion.component.html
index ac764e4d1..42a147472 100644
--- a/src/app/form/form-view/structure-form/structure-choice-completion/structure-choice-completion.component.html
+++ b/src/app/form/form-view/structure-form/structure-choice-completion/structure-choice-completion.component.html
@@ -1,7 +1,7 @@
 <form [formGroup]="structureForm" *ngIf="structureForm" (keyup.enter)="isPageValid && !isEditMode ? nextPage() : null">
   <div class="title">
     <h3>Souhaitez-vous renseigner les informations de la structure&nbsp;?</h3>
-    <p>Exemple : téléphone, email, type d'établissement, accessibilité PMR, type de public&nbsp;?</p>
+    <p>Exemple : type d'établissement, accessibilité PMR, type de public&nbsp;?</p>
   </div>
   <app-radio-form
     [selectedOption]="structureForm.get('choiceCompletion').value"
-- 
GitLab