mirror of
https://github.com/Infisical/infisical.git
synced 2025-04-17 19:37:38 +00:00
Fix typos
This commit is contained in:
@ -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();
|
||||
|
@ -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"
|
||||
});
|
||||
}
|
||||
};
|
||||
|
Reference in New Issue
Block a user