removes “point” from “extension point”
This commit is contained in:
parent
d4c46f2879
commit
7abb4d510d
|
@ -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()
|
||||
|
||||
|
|
Loading…
Reference in New Issue