diff --git a/Mist/Views/List/InstallerVolumeSelectionInformationView.swift b/Mist/Views/List/InstallerVolumeSelectionInformationView.swift index 0cbe5d1..6ad3128 100644 --- a/Mist/Views/List/InstallerVolumeSelectionInformationView.swift +++ b/Mist/Views/List/InstallerVolumeSelectionInformationView.swift @@ -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")