From 1819a9a94ea7a1e653e9062f851c9a590ec54a95 Mon Sep 17 00:00:00 2001 From: yggverse Date: Tue, 29 Jul 2025 11:58:55 +0300 Subject: [PATCH] update dialog 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 9613fb32..daf29797 100644 --- a/src/app/browser/proxy/ignore/row.rs +++ b/src/app/browser/proxy/ignore/row.rs @@ -66,7 +66,7 @@ impl Row { const RESPONSE_CANCEL: (&str, &str) = ("cancel", "Cancel"); let dialog = AlertDialog::builder() - .heading("Delete this host?") + .heading("Delete this exception?") .close_response(RESPONSE_CANCEL.0) .default_response(RESPONSE_CONFIRM.0) .build();