diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 01e4a4c25ee9c7eaeb85eb3dc0f6b8c1946b4736..9ad40e54286f96ab7a798920e218a5a878f76944 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -42,6 +42,7 @@ sonarqube:
   only:
     - dev
     - merge_requests
+  when: manual
   image: registry.forge.grandlyon.com/apoyen2/sonnar-scanner-gl:master
   before_script:
     - export NODE_PATH=$NODE_PATH:`npm root -g`
@@ -58,4 +59,3 @@ sonarqube:
       -Dsonar.login=${SONAR_TOKEN}
       -Dsonar.cpd.exclusions=tests/**,src/**/*.spec.ts*
       -Dsonar.qualitygate.wait=true
-
diff --git a/src/components/Editing/CustomLink.tsx b/src/components/Editing/CustomLink.tsx
index 408b56da6013a2c4034d8afac40d8adf20efb0cb..c375ef0e6b47c35e639bcaf1793726d0c61ae9f1 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 462081ce14c354983c6930d8e5e02497ce763ea2..60957109bc67bd826c900ee0bfdbe1abb132fcfd 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"