diff --git a/Xcodes/Backend/XcodeCommands.swift b/Xcodes/Backend/XcodeCommands.swift index e33d1be..cd21bf4 100644 --- a/Xcodes/Backend/XcodeCommands.swift +++ b/Xcodes/Backend/XcodeCommands.swift @@ -59,7 +59,7 @@ struct CancelInstallButton: View { var body: some View { Button(action: cancelInstall) { - Image(systemName: "xmark.circle.fill") + Label("Cancel", systemImage: "xmark") } .help(localizeString("StopInstallation")) .buttonStyle(.plain)