diff --git a/frontend/src/_components/ErrorComponents/ErrorPage.jsx b/frontend/src/_components/ErrorComponents/ErrorPage.jsx index d14c2e852c..3dd5493bfd 100644 --- a/frontend/src/_components/ErrorComponents/ErrorPage.jsx +++ b/frontend/src/_components/ErrorComponents/ErrorPage.jsx @@ -45,8 +45,12 @@ export const ErrorModal = ({ errorMsg, ...props }) => { fill="#E54D2E" /> - {t('globals.static-error-modal.title', errorMsg?.title)} -
{t('globals.static-error-modal.description', errorMsg?.message)}
+ + {t('globals.static-error-modal.title', errorMsg?.title)} + ++ {t('globals.static-error-modal.description', errorMsg?.message)} +