removes “point” from “extension point”

This commit is contained in:
Stuart Breckenridge 2020-11-19 13:48:30 +08:00
parent d4c46f2879
commit 7abb4d510d
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()