mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-08-26 14:32:26 +00:00
update placeholder text
This commit is contained in:
parent
07c7fc4836
commit
dad7c2b255
@ -31,7 +31,7 @@ impl Row {
|
|||||||
|
|
||||||
let host = Entry::builder()
|
let host = Entry::builder()
|
||||||
.hexpand(true)
|
.hexpand(true)
|
||||||
.placeholder_text("Host")
|
.placeholder_text("Hostname, *pattern or IP address")
|
||||||
.text(host.unwrap_or_default())
|
.text(host.unwrap_or_default())
|
||||||
.build();
|
.build();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user