mirror of
https://github.com/XcodesOrg/XcodesApp.git
synced 2026-03-25 08:55:46 +00:00
Update label of CancelInstallButton to better describe the intent
This commit is contained in:
parent
74237f8fc1
commit
a936bf84b2
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue