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 // Init main widget
let alert_dialog = AlertDialog::builder() let alert_dialog = AlertDialog::builder()
.heading("Header") .heading("Options")
.body("Custom header options") .body("Custom response header")
.close_response(RESPONSE_CANCEL.0) .close_response(RESPONSE_CANCEL.0)
.default_response(RESPONSE_APPLY.0) .default_response(RESPONSE_APPLY.0)
.extra_child(&form.g_box) .extra_child(&form.g_box)