From e4043344fbf6aeb10aafc5d049fe6e3641c6b911 Mon Sep 17 00:00:00 2001 From: Amin Ghasempoor Date: Sun, 23 Jul 2023 15:22:14 +0330 Subject: [PATCH] add warning notification text --- src/core/components/notifications/WarningNotification.jsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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")} - ), {