mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 08:35:28 +00:00
update dialog text
This commit is contained in:
parent
1bfa82ff56
commit
1819a9a94e
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue