Merge pull request #2593 from stuartbreckenridge/main

removes “point” from “extension point”
This commit is contained in:
Maurice Parker 2020-11-19 04:22:33 -06:00 committed by GitHub
commit 968003fd47
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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