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') :
         di('lang')->absoluteT('dnseditmessage') ? $message = di('lang')->absoluteT('dnseditmessage') :
         $message  = 'Settings for <b id="editalertmaildomain" class="lu-alert--lg"></b><br><br>
         $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.';
             To ensure that your mail server is functioning properly, it\'s best to follow our recommendations.';
         $this->addInternalAlert($message, 'warning', 100);
         $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>
             </div>';
             </div>';
 $_LANG['dnseditmessage']  = 'Einstellungen für <b id="editalertmaildomain" class="lu-alert--lg"></b><br><br>
 $_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.';
             das Ihr Mailserver richtig funktioniert, übernehmen Sie am besten unsere Empfehlungen.';
 
 
 $_LANG['addonCA']['setting']['mainContainer']['settings']['table']['mxactive'] = 'MX';
 $_LANG['addonCA']['setting']['mainContainer']['settings']['table']['mxactive'] = 'MX';