diff --git a/OTPKitDemo/Features/OriginDestination/Components/OriginDestinationSheetView.swift b/OTPKitDemo/Features/OriginDestination/Components/OriginDestinationSheetView.swift index 3290445..ac24c0a 100644 --- a/OTPKitDemo/Features/OriginDestination/Components/OriginDestinationSheetView.swift +++ b/OTPKitDemo/Features/OriginDestination/Components/OriginDestinationSheetView.swift @@ -34,7 +34,7 @@ struct OriginDestinationSheetView: View { HStack { Image(systemName: "magnifyingglass") - TextField("Search for a restaurant", text: $search) + TextField("Search for a place", text: $search) .autocorrectionDisabled() } .padding(.vertical, 8)