Skip to content

Commit

Permalink
Merge pull request #603 from LiYanan2004/context-menu-fine-tune
Browse files Browse the repository at this point in the history
Update label for Cancel Install Button
  • Loading branch information
MattKiazyk authored Oct 13, 2024
2 parents c1670b2 + a936bf8 commit 389d8d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Xcodes/Backend/XcodeCommands.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 389d8d2

Please sign in to comment.