mirror of
https://codeberg.org/grunfink/snac2.git
synced 2024-11-27 07:13:36 +00:00
Changed help for the search box.
This commit is contained in:
parent
6e32dd16d8
commit
474a750e69
1 changed files with 1 additions and 1 deletions
2
html.c
2
html.c
|
@ -770,7 +770,7 @@ static xs_html *html_user_body(snac *user, int read_only)
|
|||
xs_html_sctag("input",
|
||||
xs_html_attr("type", "text"),
|
||||
xs_html_attr("name", "q"),
|
||||
xs_html_attr("title", L("Search posts by content (regular expression) or #tag")),
|
||||
xs_html_attr("title", L("Search posts by content (regular expression), @user@host accounts, or #tag")),
|
||||
xs_html_attr("placeholder", L("Content search")))));
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue