mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
update placeholder text
This commit is contained in:
parent
07c7fc4836
commit
dad7c2b255
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue