update description

This commit is contained in:
yggverse 2025-02-06 19:12:19 +02:00
parent 929dcc917a
commit abf38a8574

View file

@ -30,8 +30,8 @@ impl Header {
// Init main widget
let alert_dialog = AlertDialog::builder()
.heading("Header")
.body("Custom header options")
.heading("Options")
.body("Custom response header")
.close_response(RESPONSE_CANCEL.0)
.default_response(RESPONSE_APPLY.0)
.extra_child(&form.g_box)