File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Shared/Samples/Manage features Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ import ArcGIS
1616import SwiftUI
1717
1818struct ManageFeaturesView : View {
19- /// The data used within the view that this model is associated with .
19+ /// The data for the view.
2020 @State private var data : Result < Data , Error > ?
2121
2222 /// The result of the latest action.
@@ -167,7 +167,7 @@ struct ManageFeaturesView: View {
167167 /// Overlay with instructions for the user.
168168 @ViewBuilder var instructionsOverlay : some View {
169169 VStack ( spacing: 8 ) {
170- Text ( " Tap the map to create a new feature, or an existing feature for more options. " )
170+ Text ( " Tap the map to create a new feature, or tap an existing feature for more options. " )
171171 . multilineTextAlignment ( . center)
172172 if !status. isEmpty {
173173 Text ( status)
You can’t perform that action at this time.
0 commit comments