Skip to content

Commit

Permalink
Fix typo in form step title from "Baisc Info" to "Basic Info" in SSO …
Browse files Browse the repository at this point in the history
…pages
  • Loading branch information
simlarsen committed Dec 20, 2024
1 parent 6286b8b commit d482cb0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dashboard/src/Pages/Settings/SSO.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ const SSOPage: FunctionComponent<PageComponentProps> = (
}}
formSteps={[
{
title: "Baisc Info",
title: "Basic Info",
id: "basic",
},
{
Expand Down
2 changes: 1 addition & 1 deletion Dashboard/src/Pages/StatusPages/View/SSO.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ const SSOPage: FunctionComponent<PageComponentProps> = (
viewPageRoute={Navigation.getCurrentRoute()}
formSteps={[
{
title: "Baisc Info",
title: "Basic Info",
id: "basic",
},
{
Expand Down

0 comments on commit d482cb0

Please sign in to comment.