Parcourir la source

new info form

andre il y a 5 mois
Parent
commit
ec8b8add72
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      app/UI/Client/Setting/Forms/InfoForm.php

+ 1 - 1
app/UI/Client/Setting/Forms/InfoForm.php

@@ -39,7 +39,7 @@ class InfoForm extends BaseForm implements ClientArea
     private function initFields()
     {
         $maildomain = new InputGroup('');
-        $maildomain->addInputComponent((new InputGroupElements\Text('DNS Informationen für: '))->addHtmlAttribute('readonly','true')->setValue('maildomain'));
+        $maildomain->addInputComponent((new InputGroupElements\Text('spf'))->addHtmlAttribute('readonly','true'));
         $maildomain->addInputAddon('', false, '→');
         $maildomain->addInputComponent((new InputGroupElements\Text('maildomain'))->addHtmlAttribute('readonly','true'));
         $this->addSection($maildomain);