Skip to content

Commit 84f4131

Browse files
committed
Update done instruction.
#356 (comment)
1 parent 4c0e824 commit 84f4131

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Shared/Samples/Augment reality to show hidden infrastructure/AugmentRealityToShowHiddenInfrastructureView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ struct AugmentRealityToShowHiddenInfrastructureView: View {
8181
let polyline = geometry as? Polyline
8282
canApplyEdits = polyline?.parts.contains { $0.points.count >= 2 } ?? false
8383
if canApplyEdits {
84-
statusMessage = "Tap done to add the pipe."
84+
statusMessage = "Tap the check mark to add the pipe."
8585
}
8686

8787
geometryEditorCanUndo = model.geometryEditor.canUndo

0 commit comments

Comments
 (0)