diff --git a/src/app/browser/proxy/ignore/row.rs b/src/app/browser/proxy/ignore/row.rs index be5697a6..a3418b19 100644 --- a/src/app/browser/proxy/ignore/row.rs +++ b/src/app/browser/proxy/ignore/row.rs @@ -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();