Skip to content

Commit

Permalink
fix: typo in install dialog (#284)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomsci authored Feb 18, 2024
1 parent 3dbfc5e commit 8bbb101
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ class InstallerIntroductionViewController: UICollectionViewController {
case .header:
supplementaryView.imageView.image = Icon.installer().image(for: settings.theme)
supplementaryView.titleLabel.text = "Install"
supplementaryView.descriptionLabel.text = "Clicking 'Continue' will install the package into the selected destination.\n\nInstalled scripts and programs are sandboxed and cannot access files outisde of their own directory."
supplementaryView.descriptionLabel.text = "Clicking 'Continue' will install the package into the selected destination.\n\nInstalled scripts and programs are sandboxed and cannot access files outside of their own directory."
case .body:
supplementaryView.imageView.image = nil
supplementaryView.titleLabel.text = nil
Expand Down

0 comments on commit 8bbb101

Please sign in to comment.