Corrects Extension accessibility labels
This commit is contained in:
parent
144bf06703
commit
3928d0a025
@ -48,7 +48,7 @@ struct EnableExtensionPointView: View {
|
|||||||
Text("Cancel")
|
Text("Cancel")
|
||||||
.frame(width: 80)
|
.frame(width: 80)
|
||||||
})
|
})
|
||||||
.accessibility(label: Text("Add Account"))
|
.accessibility(label: Text("Add Extension"))
|
||||||
}
|
}
|
||||||
if #available(OSX 11.0, *) {
|
if #available(OSX 11.0, *) {
|
||||||
Button(action: {
|
Button(action: {
|
||||||
@ -58,7 +58,7 @@ struct EnableExtensionPointView: View {
|
|||||||
Text("Continue")
|
Text("Continue")
|
||||||
.frame(width: 80)
|
.frame(width: 80)
|
||||||
})
|
})
|
||||||
.help("Add Account")
|
.help("Add Extension")
|
||||||
.keyboardShortcut(.defaultAction)
|
.keyboardShortcut(.defaultAction)
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user