diff --git a/frontend/src/components/signup/DonwloadBackupPDFStep.tsx b/frontend/src/components/signup/DonwloadBackupPDFStep.tsx index d928c14733..e211c8494d 100644 --- a/frontend/src/components/signup/DonwloadBackupPDFStep.tsx +++ b/frontend/src/components/signup/DonwloadBackupPDFStep.tsx @@ -49,7 +49,7 @@ export default function DonwloadBackupPDFStep({ console.log(err); createNotification({ type: "error", - text: "Faield to generate backup key" + text: "Failed to generate backup key" }); } finally { setIsLoading.off(); diff --git a/frontend/src/views/admin/SignUpPage/SignUpPage.tsx b/frontend/src/views/admin/SignUpPage/SignUpPage.tsx index d3c83fc178..bba987bf30 100644 --- a/frontend/src/views/admin/SignUpPage/SignUpPage.tsx +++ b/frontend/src/views/admin/SignUpPage/SignUpPage.tsx @@ -89,7 +89,7 @@ export const SignUpPage = () => { console.log(err); createNotification({ type: "error", - text: "Faield to create admin" + text: "Failed to create admin" }); } }; @@ -108,7 +108,7 @@ export const SignUpPage = () => { console.log(err); createNotification({ type: "error", - text: "Faield to generate backup" + text: "Failed to generate backup" }); } };