From bc1c8240f20a14394acc50eb9e6a8b30f951bbeb Mon Sep 17 00:00:00 2001
From: Bastien Dumont <bdumont@grandlyon.com>
Date: Fri, 17 May 2024 10:44:31 +0200
Subject: [PATCH] chore(expired-modal): adjust css & typo

---
 .../Connection/ExpiredConsentModal/expiredConsentModal.scss     | 1 +
 src/locales/fr.json                                             | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/components/Connection/ExpiredConsentModal/expiredConsentModal.scss b/src/components/Connection/ExpiredConsentModal/expiredConsentModal.scss
index 758ca8581..7ef0409e9 100644
--- a/src/components/Connection/ExpiredConsentModal/expiredConsentModal.scss
+++ b/src/components/Connection/ExpiredConsentModal/expiredConsentModal.scss
@@ -5,6 +5,7 @@
   flex-direction: column;
   gap: 24px;
   color: $grey-bright;
+  text-align: center;
 
   .icon-main {
     display: flex;
diff --git a/src/locales/fr.json b/src/locales/fr.json
index 76d0edd72..fad200664 100644
--- a/src/locales/fr.json
+++ b/src/locales/fr.json
@@ -866,7 +866,7 @@
   "consent_outdated": {
     "title": {
       "0": "Votre autorisation pour afficher vos données d’électricité a expiré",
-      "2": "Aie !"
+      "2": "Aïe !"
     },
     "text1": {
       "0": "Veuillez re-donner votre consentement pour la transmission et la reconnexion de vos données ENEDIS à Ecolyo.",
-- 
GitLab