File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
ruby_event_store-browser/elm/src Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -227,7 +227,7 @@ fakeSearchInput platform =
227
227
[ FeatherIcons . search
228
228
|> FeatherIcons . withClass " size-4"
229
229
|> FeatherIcons . toHtml []
230
- , text " Quick search …"
230
+ , text " Go to stream …"
231
231
, span [ class " text-xs" ] [ text ( platformModifier platform) , text " K" ]
232
232
]
233
233
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ view model =
68
68
[ 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"
69
69
, value model. stream
70
70
, onInput StreamChanged
71
- , placeholder " Quick search …"
71
+ , placeholder " Go to stream …"
72
72
, autofocus True
73
73
]
74
74
[]
You can’t perform that action at this time.
0 commit comments