diff --git a/includes/forms.php b/includes/forms.php index 35922f1..2a9659a 100644 --- a/includes/forms.php +++ b/includes/forms.php @@ -27,7 +27,7 @@ function homegrade_paper_publications_form_limit_countries($form) { add_filter('gform_countries', function ($countries) { - return array(__("Belgique", "homegrade_theme--texte-fonctionnel")); + return array("Belgique" => __("Belgique", "homegrade_theme--texte-fonctionnel")); }); return $form;