Skip to content

Commit

Permalink
Change placeholder text
Browse files Browse the repository at this point in the history
  • Loading branch information
hilmyveradin committed Jun 27, 2024
1 parent a18fd11 commit 03fb019
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 03fb019

Please sign in to comment.