mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Merge pull request #2593 from stuartbreckenridge/main
removes “point” from “extension point”
This commit is contained in:
@@ -25,7 +25,7 @@ struct EnableExtensionPointView: View {
|
||||
|
||||
var body: some View {
|
||||
VStack(alignment: .leading, spacing: 8) {
|
||||
Text("Choose an extension point to add...")
|
||||
Text("Choose an extension to add...")
|
||||
.font(.headline)
|
||||
.padding()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user