mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-08-26 14:32:26 +00:00
update dialog text
This commit is contained in:
parent
1bfa82ff56
commit
1819a9a94e
@ -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();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user