Add title for “quick scheduling poll”

- Fix #1718
This commit is contained in:
Fabrice Mouhartem 2024-11-26 17:47:54 +01:00
parent e06ce0e44c
commit 6533d7f0da
No known key found for this signature in database
GPG Key ID: 90579C24FD123C93

View File

@ -44,7 +44,10 @@ define([
}
}
},
order: ["1", "2"]
order: ["1", "2"],
metadata: {
title: Messages.form_template_poll
}
}
}];
});