update placeholder text

This commit is contained in:
yggverse 2025-07-29 12:19:57 +03:00
parent 07c7fc4836
commit dad7c2b255

View File

@ -31,7 +31,7 @@ impl Row {
let host = Entry::builder()
.hexpand(true)
.placeholder_text("Host")
.placeholder_text("Hostname, *pattern or IP address")
.text(host.unwrap_or_default())
.build();