|
|
@@ -44,10 +44,10 @@ class EditSettingForm extends BaseForm implements ClientArea
|
|
|
|
|
|
public function initFields()
|
|
|
{
|
|
|
- // $message = di('lang')->absoluteT('dnseditmessage');
|
|
|
- $message = 'Einstellungen für <b id="editalertmaildomain" class="lu-alert--lg"></b><br><br>
|
|
|
- ❕ Falsche DNS Einträge führen zu Schwierigkeiten beim Empfange und Versenden von E-Mails. Um sicherzustellen,
|
|
|
- das Ihr Mailserver richtig funktioniert, übernehmen Sie am besten unsere Empfehlungen.';
|
|
|
+ di('lang')->absoluteT('dnseditmessage') ? $message = di('lang')->absoluteT('dnseditmessage') :
|
|
|
+ $message = 'Settings for <b id="editalertmaildomain" class="lu-alert--lg"></b><br><br>
|
|
|
+ ❕ Incorrect DNS entries lead to difficulties sending and receiving emails.
|
|
|
+ To ensure that your mail server is functioning properly, it\'s best to follow our recommendations.';
|
|
|
$this->addInternalAlert($message, 'warning', 100);
|
|
|
|
|
|
$field = new Hidden();
|