From 09fe473388be765dd811e6dc5d8871f48d1381e9 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Wed, 27 Jan 2021 17:22:53 +0100 Subject: [PATCH] wait #4225 @0.5 --- app/SubForms/Question.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/SubForms/Question.php b/app/SubForms/Question.php index 11d58d97f..2f3ea0e81 100644 --- a/app/SubForms/Question.php +++ b/app/SubForms/Question.php @@ -35,6 +35,7 @@ class Question extends SubForm 'text' => __('Texte'), 'textarea' => __('Texte long'), 'email' => __('E-mail'), + 'country'=>__('Pays'), ]]); $this->addField(['name' => 'count_for_score', -- 2.39.5