Skip to content

Commit a0f62ee

Browse files
committed
Change placeholder text
1 parent fe617cf commit a0f62ee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ruby_event_store-browser/elm/src/Layout.elm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ fakeSearchInput platform =
227227
[ FeatherIcons.search
228228
|> FeatherIcons.withClass "size-4"
229229
|> FeatherIcons.toHtml []
230-
, text "Quick search"
230+
, text "Go to stream"
231231
, span [ class "text-xs" ] [ text (platformModifier platform), text "K" ]
232232
]
233233

ruby_event_store-browser/elm/src/Search.elm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ view model =
6868
[ class "rounded text-gray-800 cursor-pointer pl-8 pr-12 py-2 w-full appearance-none outline-none focus:ring-2 focus:ring-red-500 focus:ring-opacity-50"
6969
, value model.stream
7070
, onInput StreamChanged
71-
, placeholder "Quick search"
71+
, placeholder "Go to stream"
7272
, autofocus True
7373
]
7474
[]

0 commit comments

Comments
 (0)