andre пре 5 месеци
родитељ
комит
2b2c63dd56
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      app/UI/Client/Setting/Forms/InfoForm.php

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

@@ -45,7 +45,7 @@ class InfoForm extends BaseForm implements ClientArea
         $maildomain->addInputAddon('', false, '→');
         $maildomain->addInputComponent((new InputGroupElements\Text('maildomain'))->addHtmlAttribute('readonly','true'));
         $this->addSection($maildomain);
-        $this->addSection(new BoxSection('DNS Informatione für ' . $maildomain));
+        $this->addSection(new BoxSection('DNS Informationen für ' . new Text('maildomain')));
 //        $message = di('lang')->absoluteT('dnsinfomessage');
         $message = 'dnsinfomessage';
         $this->addInternalAlert($message, null, 100);