فهرست منبع

new info form

andre 5 ماه پیش
والد
کامیت
aefa66c21f
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('blubb'));
+        $this->addSection(new BoxSection('DNS Informatione für ' . $maildomain));
 //        $message = di('lang')->absoluteT('dnsinfomessage');
         $message = 'dnsinfomessage';
         $this->addInternalAlert($message, null, 100);