mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Corrects Extension accessibility labels
This commit is contained in:
@@ -48,7 +48,7 @@ struct EnableExtensionPointView: View {
|
||||
Text("Cancel")
|
||||
.frame(width: 80)
|
||||
})
|
||||
.accessibility(label: Text("Add Account"))
|
||||
.accessibility(label: Text("Add Extension"))
|
||||
}
|
||||
if #available(OSX 11.0, *) {
|
||||
Button(action: {
|
||||
@@ -58,7 +58,7 @@ struct EnableExtensionPointView: View {
|
||||
Text("Continue")
|
||||
.frame(width: 80)
|
||||
})
|
||||
.help("Add Account")
|
||||
.help("Add Extension")
|
||||
.keyboardShortcut(.defaultAction)
|
||||
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user