This commit is contained in:
Sam Lu 2021-01-24 22:22:02 -07:00
parent f970649bad
commit 85a96edd45
No known key found for this signature in database
GPG key ID: 8BD793662CA8DC6E

View file

@ -17,7 +17,7 @@ struct InstallationStepView: View {
controlSize: .small,
style: .spinning
)
.help("Dowloading: \(Int((progress.fractionCompleted * 100)))% complete")
.help("Downloading: \(Int((progress.fractionCompleted * 100)))% complete")
case .unarchiving, .moving, .trashingArchive, .checkingSecurity, .finishing:
ProgressView()
.scaleEffect(0.5)