andre před 5 měsíci
rodič
revize
fe1e725a7d

+ 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('spf'))->addHtmlAttribute('readonly','true'));
+        $maildomain->addInputComponent((new InputGroupElements\Text('Maildomäne'))->addHtmlAttribute('readonly','true'));
         $maildomain->addInputAddon('', false, '→');
         $maildomain->addInputComponent((new InputGroupElements\Text('maildomain'))->addHtmlAttribute('readonly','true'));
         $this->addSection($maildomain);

+ 1 - 1
app/UI/Client/Setting/Providers/InfoSettingDataProvider.php

@@ -100,7 +100,7 @@ class InfoSettingDataProvider extends BaseDataProvider
             $dnsok = 'danger';
         }
         $this->data = [
-            'domain' => $maildomain,
+            'maildomain' => $maildomain,
             'mxactive' => $mx,
             'spf' => $spf,
             'dmarc' => $dmarc,