From dad7c2b25552c543c77e51f63f85a02aba2c42f7 Mon Sep 17 00:00:00 2001 From: yggverse Date: Tue, 29 Jul 2025 12:19:57 +0300 Subject: [PATCH] update placeholder text --- src/app/browser/proxy/ignore/row.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();