mirror of
https://github.com/XcodesOrg/XcodesApp.git
synced 2026-03-25 08:55:46 +00:00
Merge pull request #603 from LiYanan2004/context-menu-fine-tune
Update label for Cancel Install Button
This commit is contained in:
commit
389d8d2a63
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue