andre 4 月之前
父節點
當前提交
3f93b3b178
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      app/UI/Client/Setting/Forms/EditSettingForm.php
  2. 1 1
      langs/german.php

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

@@ -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);
 

+ 1 - 1
langs/german.php

@@ -388,7 +388,7 @@ $_LANG['dnsinfomessage'] = 'DNS Information für <b id="infoalertmaildomain" cla
                 </div>
             </div>';
 $_LANG['dnseditmessage']  = 'Einstellungen für <b id="editalertmaildomain" class="lu-alert--lg"></b><br><br>
-            <i class="fas fa-triangle-exclamation"></i> Falsche DNS Einträge führen zu Schwierigkeiten beim Empfange und Versenden von E-Mails. Um sicherzustellen,
+            <i class="fas fa-info fa-fw"></i> 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.';
 
 $_LANG['addonCA']['setting']['mainContainer']['settings']['table']['mxactive'] = 'MX';