diff --git a/src/teilchensammler_cli/tui.py b/src/teilchensammler_cli/tui.py index 87ffa62..fd5cd32 100644 --- a/src/teilchensammler_cli/tui.py +++ b/src/teilchensammler_cli/tui.py @@ -23,11 +23,11 @@ class SearchBar(Static): def compose(self) -> ComposeResult: with HorizontalGroup(id="search-bar-widget"): yield Input( - placeholder="Enter Teilchen information: name, description, #tags", + placeholder='This is a name. "This is the description" #these #are #tags', tooltip=( - "This is a free-form field: Enter a name and " - "description any way you like. You should use #hashtags for any " - "meta information." + "Enter a name followed by a period, then a description " + 'enclosed in double quotes ("). You should use #hashtags for any meta information. ' + "Hashtags can be placed anywhere." ), id="teilchen-input", type="text",