mirror of
https://github.com/XcodesOrg/XcodesApp.git
synced 2026-04-27 15:07:39 +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 {
|
var body: some View {
|
||||||
Button(action: cancelInstall) {
|
Button(action: cancelInstall) {
|
||||||
Image(systemName: "xmark.circle.fill")
|
Label("Cancel", systemImage: "xmark")
|
||||||
}
|
}
|
||||||
.help(localizeString("StopInstallation"))
|
.help(localizeString("StopInstallation"))
|
||||||
.buttonStyle(.plain)
|
.buttonStyle(.plain)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue