diff --git a/Front-end/src/components/AlertInactive.jsx b/Front-end/src/components/AlertInactive.jsx
index 917694b..5f06a76 100644
--- a/Front-end/src/components/AlertInactive.jsx
+++ b/Front-end/src/components/AlertInactive.jsx
@@ -4,7 +4,7 @@ import { TriangleAlert,X } from "lucide-react";
function AlertInactive({affAlert,setAffAlert}) {
return (
(affAlert&&(
-
+
@@ -13,7 +13,7 @@ function AlertInactive({affAlert,setAffAlert}) {
Cet objet peut être inactif dû à son manque de données. Vous pouvez le
- rendre inactif en appuyant ici.
+ rendre inactif en changeant son status.
)));
diff --git a/Front-end/src/components/Header.jsx b/Front-end/src/components/Header.jsx
index 767ca68..18fef1f 100644
--- a/Front-end/src/components/Header.jsx
+++ b/Front-end/src/components/Header.jsx
@@ -90,7 +90,9 @@ function Header() {