mirror of
https://github.com/ninxsoft/Mist.git
synced 2025-05-29 06:25:32 -04:00
Fixed typo
This commit is contained in:
parent
151fd23d13
commit
965a239d12
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue