Skip to content

Commit a936bf8

Browse files
committed
Update label of CancelInstallButton to better describe the intent
1 parent 74237f8 commit a936bf8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Xcodes/Backend/XcodeCommands.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ struct CancelInstallButton: View {
6161

6262
var body: some View {
6363
Button(action: cancelInstall) {
64-
Image(systemName: "xmark.circle.fill")
64+
Label("Cancel", systemImage: "xmark")
6565
}
6666
.help(localizeString("StopInstallation"))
6767
.buttonStyle(.plain)

0 commit comments

Comments
 (0)