andre hace 2 años
padre
commit
1cf0bbb268
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. 1 1
      kerioEmail_help_mx.tpl
  2. 1 1
      kerioEmail_mx.php

+ 1 - 1
kerioEmail_help_mx.tpl

@@ -1,4 +1,4 @@
-<h2>DNS Einstellungen für {$maildomain}</h2>
+<h2>DNS Einstellungen für E-Mail von {$maildomain}</h2>
 <hr>
 <hr>
 
 
 <div class="row">
 <div class="row">

+ 1 - 1
kerioEmail_mx.php

@@ -23,7 +23,7 @@ function KerioEmail_DNS($params)
     $vars = KerioEmailCheckDNS($params);
     $vars = KerioEmailCheckDNS($params);
     return array(
     return array(
         'breadcrumb' => array(
         'breadcrumb' => array(
-            'clientarea.php?action=productdetails&id=' . $params['serviceid'] . '&modop=custom&a=DNS' => 'DNS Settings',
+            'clientarea.php?action=productdetails&id=' . $params['serviceid'] . '&modop=custom&a=DNS' => 'DNS Mail Settings',
         ),
         ),
         'templatefile' => 'kerioEmail_help_mx',
         'templatefile' => 'kerioEmail_help_mx',
         'vars' => $vars,
         'vars' => $vars,