From 93d33c0592074b7a78b89aef4ff1a315e430cd86 Mon Sep 17 00:00:00 2001
From: Jeremie BRISON <ext.sopra.jbrison@grandlyon.com>
Date: Thu, 4 Mar 2021 17:23:05 +0100
Subject: [PATCH] fix(task) : fix orthographe

---
 src/app/form/form.component.html                                | 2 +-
 .../structure-details/structure-details.component.html          | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/app/form/form.component.html b/src/app/form/form.component.html
index a3d85c2a6..aa2263591 100644
--- a/src/app/form/form.component.html
+++ b/src/app/form/form.component.html
@@ -331,7 +331,7 @@
       </div>
       <div *ngIf="currentPage == pageTypeEnum.structurePhone" class="page">
         <div class="title">
-          <h3>Quel numéro appelé pour joindre votre structure ?</h3>
+          <h3>Quel numéro appeler pour joindre votre structure ?</h3>
         </div>
         <div class="form-group" fxLayout="column">
           <label for="contactPhone">Téléphone de la structure</label>
diff --git a/src/app/structure-list/components/structure-details/structure-details.component.html b/src/app/structure-list/components/structure-details/structure-details.component.html
index 2e865d93f..fc3993a6c 100644
--- a/src/app/structure-list/components/structure-details/structure-details.component.html
+++ b/src/app/structure-list/components/structure-details/structure-details.component.html
@@ -328,7 +328,7 @@
 <app-modal-confirmation
   [openned]="claimModalOpenned"
   [content]="
-    'Voulez-vous vraiment revendiquer cette structure&nbsp;? Une demande sera envoyée a l\'administrateur pour validation'
+    'Voulez-vous vraiment revendiquer cette structure&nbsp;? Une demande sera envoyée à l\'administrateur pour validation'
   "
   (closed)="claimStructure($event)"
 ></app-modal-confirmation>
-- 
GitLab