From ea7ed06371e5c9c0ec983526d9058ec98db1b6e5 Mon Sep 17 00:00:00 2001 From: yggverse Date: Sat, 26 Jul 2025 14:54:30 +0300 Subject: [PATCH] update tooltip text --- src/app/browser/proxy/misc.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/browser/proxy/misc.rs b/src/app/browser/proxy/misc.rs index b9a6c43b..4afcc0a5 100644 --- a/src/app/browser/proxy/misc.rs +++ b/src/app/browser/proxy/misc.rs @@ -18,7 +18,7 @@ impl Misc { .active(profile.proxy.misc.is_highlight_request_entry()) .hexpand(true) .subtitle_selectable(true) - .subtitle("Indicate proxy connections with the accent colors") + .subtitle("Indicate proxy connections with accent colors") .title_selectable(true) .title("Highlight the Request entry") .build();