update dialog text

This commit is contained in:
yggverse 2025-07-29 11:58:55 +03:00
parent 1bfa82ff56
commit 1819a9a94e

View File

@ -66,7 +66,7 @@ impl Row {
const RESPONSE_CANCEL: (&str, &str) = ("cancel", "Cancel"); const RESPONSE_CANCEL: (&str, &str) = ("cancel", "Cancel");
let dialog = AlertDialog::builder() let dialog = AlertDialog::builder()
.heading("Delete this host?") .heading("Delete this exception?")
.close_response(RESPONSE_CANCEL.0) .close_response(RESPONSE_CANCEL.0)
.default_response(RESPONSE_CONFIRM.0) .default_response(RESPONSE_CONFIRM.0)
.build(); .build();