From ade27ad072f7a8567ad1e1205b4eaeedebfaac19 Mon Sep 17 00:00:00 2001 From: rlaisqls Date: Fri, 29 Dec 2023 13:26:08 +0900 Subject: [PATCH] Fix typos --- frontend/src/components/signup/DonwloadBackupPDFStep.tsx | 2 +- frontend/src/views/admin/SignUpPage/SignUpPage.tsx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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" }); } };