fix appology page

This commit is contained in:
Nastya 2025-10-06 00:09:22 +03:00
parent 4010a209e6
commit 7775e1939f

@ -25,7 +25,7 @@ export const ApologyPage = ({ error }: Props) => {
color: "text.primary",
}}
>
{/* {t(message.toLowerCase())} */}
{t(message.toLowerCase())}
</Typography>
</Box>
);