andre 3 mesi fa
parent
commit
59e8e8d113
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      app/UI/Client/Setting/Sections/EditGeneralSection.php

+ 1 - 0
app/UI/Client/Setting/Sections/EditGeneralSection.php

@@ -73,6 +73,7 @@ class EditGeneralSection extends FreeFieldsSection
             $infoedit = new Info('infoedit');
             $infoedit->setId('infoedit');
             $infoedit->setName('infoedit');
+            $infoedit->setTitle('');
             $infoedit->setDescription('infoeditmessage');
             $this->addField($infoedit);