Fixed typo

This commit is contained in:
Nindi Gill 2023-06-15 21:47:49 +10:00
parent 151fd23d13
commit 965a239d12
No known key found for this signature in database
GPG key ID: FF9A7FD590D4F4B1

View file

@ -17,7 +17,7 @@ struct InstallerVolumeSelectionInformationView: View {
.symbolRenderingMode(.palette)
.foregroundStyle(Color.white, Color.blue)
.font(.title)
Text("Only removable volumes formatted as **Mac OS Extended (Journaled)** are available for selection. Use **Disk Utility** to format volumes as required.")
Text("Only volumes formatted as **Mac OS Extended (Journaled)** are available for selection. Use **Disk Utility** to format volumes as required.")
}
HStack(alignment: .top) {
Image(systemName: "exclamationmark.triangle.fill")