Skip to content
This repository was archived by the owner on Mar 7, 2026. It is now read-only.

Commit 6e9dfb0

Browse files
authored
Update label
1 parent 1efff2a commit 6e9dfb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/prostore/views/AppsDetailView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ public struct AppDetailView: View {
141141

142142
if let minOS = latest.minOSVersion, !minOS.isEmpty {
143143
HStack {
144-
Text("Min OS:").bold()
144+
Text("Min iOS Version:").bold()
145145
Text(minOS)
146146
}
147147
}

0 commit comments

Comments
 (0)