mirror of
https://github.com/ninxsoft/Mist.git
synced 2025-05-29 22:45:18 -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)
|
.symbolRenderingMode(.palette)
|
||||||
.foregroundStyle(Color.white, Color.blue)
|
.foregroundStyle(Color.white, Color.blue)
|
||||||
.font(.title)
|
.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) {
|
HStack(alignment: .top) {
|
||||||
Image(systemName: "exclamationmark.triangle.fill")
|
Image(systemName: "exclamationmark.triangle.fill")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue