From 571a89ac10dddee6ee6b0f92936d8f802c208800 Mon Sep 17 00:00:00 2001 From: Jason Zimdars Date: Wed, 1 Oct 2025 11:37:48 -0500 Subject: [PATCH] Better prompt --- app/views/my/menus/show.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/my/menus/show.html.erb b/app/views/my/menus/show.html.erb index 9d533a604..877d4b752 100644 --- a/app/views/my/menus/show.html.erb +++ b/app/views/my/menus/show.html.erb @@ -3,7 +3,7 @@ <%= text_field_tag :search, nil, type: "search", role: "combobox", - placeholder: "Filter…", + placeholder: "Type to jump to a collection, person, place, or tag…", class: "input input--transparent txt-small", autofocus: true, autocorrect: "off",