From a9b7c36f7b8c3aa1b8c65c80164b093ccb869862 Mon Sep 17 00:00:00 2001 From: Florine Mbella Date: Tue, 7 Jun 2022 11:21:01 +0200 Subject: [PATCH 1/2] change language --- blog.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog.html b/blog.html index 63de23e..2bf2e28 100644 --- a/blog.html +++ b/blog.html @@ -1,5 +1,5 @@ - + From d2db3ca486378881e2775d082b09919442b6323b Mon Sep 17 00:00:00 2001 From: Florine Mbella Date: Tue, 7 Jun 2022 11:21:21 +0200 Subject: [PATCH 2/2] change texte a la ligne 17 --- functions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions.js b/functions.js index e556dd7..4c9e8f9 100644 --- a/functions.js +++ b/functions.js @@ -14,7 +14,7 @@ newsLetterButton.addEventListener('click', () => { findAlert.parentElement.removeChild(findAlert); } if (!newsLetterEmail.value) { - newParagraph.textContent = 'Veuillez saisir quelque chose !'; + newParagraph.textContent = 'Il faut savoir que cĀ“est Florine qui bosse en ce moment!'; newParagraph.classList.add('alert-danger', 'w-100', 'p-2'); newParagraph.setAttribute('id', 'alert'); newsLetterSection.appendChild(newParagraph);