|
|
@@ -45,7 +45,7 @@ class EditSettingForm extends BaseForm implements ClientArea
|
|
|
{
|
|
|
di('lang')->absoluteT('dnseditmessage') ? $message = di('lang')->absoluteT('dnseditmessage') :
|
|
|
$message = 'Settings for <b id="editalertmaildomain" class="lu-alert--lg"></b><br><br>
|
|
|
- <i class="fas fa-triangle-exclamation"></i> Incorrect DNS entries lead to difficulties sending and receiving emails.
|
|
|
+ <i class="fas fa-info fa-fw"></i> 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);
|
|
|
|