diff --git a/src/core/components/notifications/WarningNotification.jsx b/src/core/components/notifications/WarningNotification.jsx
index 894f156..571a91d 100644
--- a/src/core/components/notifications/WarningNotification.jsx
+++ b/src/core/components/notifications/WarningNotification.jsx
@@ -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")}
-
>
),
{