From 122e92d7432ac58f070046b7943e1c95b9c7e38a Mon Sep 17 00:00:00 2001
From: hnouts <hnouts@grandlyon.com>
Date: Fri, 28 Jan 2022 14:44:49 +0100
Subject: [PATCH] poll are optional + fix typo

Detailed description.
---
 src/components/Editing/CustomLink.tsx | 2 +-
 src/components/Poll/Poll.tsx          | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/components/Editing/CustomLink.tsx b/src/components/Editing/CustomLink.tsx
index 408b56da..c375ef0e 100644
--- a/src/components/Editing/CustomLink.tsx
+++ b/src/components/Editing/CustomLink.tsx
@@ -22,7 +22,7 @@ const CustomLink: React.FC<EcolyoLinkProps> = ({
       link: 'consumption',
     },
     {
-      displayTitle: 'Ecogestes',
+      displayTitle: 'Écogestes',
       link: 'ecogestures',
     },
     {
diff --git a/src/components/Poll/Poll.tsx b/src/components/Poll/Poll.tsx
index 462081ce..60957109 100644
--- a/src/components/Poll/Poll.tsx
+++ b/src/components/Poll/Poll.tsx
@@ -31,7 +31,7 @@ const Poll: React.FC<PollProps> = ({
 
   return (
     <div className="poll">
-      <h2>Ajouter un sondage</h2>
+      <h2>Ajouter un sondage (Optionnel)</h2>
       <p className="title">Lien</p>
       <input
         type="text"
-- 
GitLab