Skip to content

Commit 389d8d2

Browse files
authored
Merge pull request #603 from LiYanan2004/context-menu-fine-tune
Update label for Cancel Install Button
2 parents c1670b2 + a936bf8 commit 389d8d2

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
@@ -59,7 +59,7 @@ struct CancelInstallButton: View {
5959

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

0 commit comments

Comments
 (0)