From 15c5ab5c28577ff46d2deca2321f1bbbb34efd30 Mon Sep 17 00:00:00 2001
From: Hugo SUBTIL <ext.sopra.husubtil@grandlyon.com>
Date: Tue, 9 Nov 2021 11:25:04 +0100
Subject: [PATCH] fix(design): update small design issues

---
 src/components/Terms/termsView.scss | 2 +-
 src/locales/fr.json                 | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/components/Terms/termsView.scss b/src/components/Terms/termsView.scss
index b3cc43d5a..580e95b05 100644
--- a/src/components/Terms/termsView.scss
+++ b/src/components/Terms/termsView.scss
@@ -85,7 +85,7 @@
     margin: 0;
     max-width: 150px;
     &:disabled {
-      opacity: 0.7;
+      opacity: 0.3;
     }
   }
 }
diff --git a/src/locales/fr.json b/src/locales/fr.json
index d4c323cc3..9ff271307 100644
--- a/src/locales/fr.json
+++ b/src/locales/fr.json
@@ -1,7 +1,7 @@
 {
   "common": {
     "title_app": "Ecolyo",
-    "title_challenge": "Défi",
+    "title_challenge": "Défis",
     "title_quiz": "Quiz",
     "title_exploration": "Exploration",
     "title_action": "Action",
-- 
GitLab