diff --git a/src/core/components/notifications/WarningNotification.jsx b/src/core/components/notifications/WarningNotification.jsx
index 894f156..8a2bfa3 100644
--- a/src/core/components/notifications/WarningNotification.jsx
+++ b/src/core/components/notifications/WarningNotification.jsx
@@ -1,5 +1,5 @@
import ReportIcon from "@mui/icons-material/Report";
-import { Box, Divider, Typography } from "@mui/material";
+import { Box, Typography } from "@mui/material";
import { toast } from "react-toastify";
const WarningNotification = (directionApp, status, t) => {
@@ -18,15 +18,15 @@ const WarningNotification = (directionApp, status, t) => {
- {t("warning")} ({t("code")}: {status})
+ {t("notifications.warning")} ({t("notifications.code")}:{" "}
+ {status})
- {t("warning_static_text")}
+ {t("notifications.warning_static_text")}
-
>
),
{