diff --git a/crates/ely_app/src/shell/mod.rs b/crates/ely_app/src/shell/mod.rs index 82e8911..5c06b4e 100644 --- a/crates/ely_app/src/shell/mod.rs +++ b/crates/ely_app/src/shell/mod.rs @@ -109,8 +109,9 @@ impl ElyShell { window: &mut Window, cx: &mut Context, ) -> Self { - let command_input = - cx.new(|cx| InputState::new(window, cx).placeholder("Search or enter address")); + let command_input = cx.new(|cx| { + InputState::new(window, cx).placeholder("Search ELY or type a command…") + }); let plugin_search_input = cx.new(|cx| InputState::new(window, cx).placeholder("Search plugins…")); let translucency_slider = cx.new(|_cx| {