Skip to content
This repository was archived by the owner on Jul 30, 2025. It is now read-only.

Commit 99220eb

Browse files
committed
fixed a typo
1 parent b0e2edb commit 99220eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

FetchInstallerPkg/View/DownloadView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ struct DownloadView: View {
3333
}
3434
if downloadManager.isComplete {
3535
HStack {
36-
Text("Downloading \(downloadManager.filename ?? "InstallAssistant.pkg")")
36+
Text("Downloaded \(downloadManager.filename ?? "InstallAssistant.pkg")")
3737
Spacer()
3838
Button(action: {
3939
downloadManager.revealInFinder()

0 commit comments

Comments
 (0)