snac2

Fork of https://codeberg.org/grunfink/snac2
git clone https://git.inz.fi/snac2
Log | Files | Refs | README | LICENSE

commit 99be968f0112fb5fefe0944f7f0939ba11aa7e72
parent bcd34f4959206491be82abbf3f7124b03a5deb27
Author: default <nobody@localhost>
Date:   Sun,  5 Jan 2025 14:45:24 +0100

Updated tip for the search box.

Diffstat:
Mhtml.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/html.c b/html.c @@ -790,7 +790,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), @user@host accounts, or #tag")), + xs_html_attr("title", L("Search posts by URL or content (regular expression), @user@host accounts, or #tag")), xs_html_attr("placeholder", L("Content search"))))); }