add warning notification text

This commit is contained in:
2023-07-23 15:22:14 +03:30
parent f0c68c77fa
commit e4043344fb

View File

@@ -18,15 +18,15 @@ const WarningNotification = (directionApp, status, t) => {
<ReportIcon color="warning" sx={{ mr: 1.6 }} />
<Box sx={{ display: "flex", flexDirection: "column" }}>
<Typography color="warning.main" variant="button">
{t("warning")} ({t("code")}: {status})
{t("notifications.warning")} ({t("notifications.code")}:{" "}
{status})
</Typography>
<Typography variant="caption">
{t("warning_static_text")}
{t("notifications.warning_static_text")}
</Typography>
</Box>
</Box>
</Box>
<Divider sx={{ my: 1 }} />
</>
),
{