Update label of CancelInstallButton to better describe the intent

This commit is contained in:
LiYanan2004 2024-08-17 11:37:05 +08:00
parent 74237f8fc1
commit a936bf84b2

View file

@ -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)