Skip to content

Commit

Permalink
fix text
Browse files Browse the repository at this point in the history
  • Loading branch information
Petr Gadorek authored and Hahihula committed Aug 13, 2024
1 parent daa5729 commit ceca68c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/wizard/prompts.rs
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,8 @@ pub fn select_installation_path(mut config: Settings) -> Result<Settings, String
};
let mut installation_path = PathBuf::new();
let path = generic_input(
"wizard.installation_path.prompt",
"wizard.installation_path.unselected",
"wizard.instalation_path.prompt",
"wizard.instalation_path.unselected",
&default_path,
)
.unwrap();
Expand Down

0 comments on commit ceca68c

Please sign in to comment.