diff --git a/frontend/src/components/signup/DonwloadBackupPDFStep.tsx b/frontend/src/components/signup/DonwloadBackupPDFStep.tsx index 9fcab6984..dcfd7210f 100644 --- a/frontend/src/components/signup/DonwloadBackupPDFStep.tsx +++ b/frontend/src/components/signup/DonwloadBackupPDFStep.tsx @@ -30,16 +30,15 @@ export default function DonwloadBackupPDFStep({ const { t } = useTranslation(); return ( -
+

- {t('signup.step4-message')} + {t('signup.step4-message')}

-
-
- +
+
{t('signup.step4-description1')} {t('signup.step4-description3')}
-
+
- ) : ( -
- )} -
-
-
);