From 6533d7f0daa08da70344fdf8ae136ef3e71b3446 Mon Sep 17 00:00:00 2001 From: Fabrice Mouhartem Date: Tue, 26 Nov 2024 17:47:54 +0100 Subject: [PATCH] =?UTF-8?q?Add=20title=20for=20=E2=80=9Cquick=20scheduling?= =?UTF-8?q?=20poll=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Fix #1718 --- www/form/templates.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/www/form/templates.js b/www/form/templates.js index 0bc17d352..631246983 100644 --- a/www/form/templates.js +++ b/www/form/templates.js @@ -44,7 +44,10 @@ define([ } } }, - order: ["1", "2"] + order: ["1", "2"], + metadata: { + title: Messages.form_template_poll + } } }]; });