diff --git a/Xcodes/Backend/XcodeCommands.swift b/Xcodes/Backend/XcodeCommands.swift index b168bd4..af24c4e 100644 --- a/Xcodes/Backend/XcodeCommands.swift +++ b/Xcodes/Backend/XcodeCommands.swift @@ -61,7 +61,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)