diff --git a/public_html/admin/index.php b/public_html/admin/index.php
index c03b166d9dd079bb627d6831b6746b284c410e85..9b52942c85b5d9f0938fd54efdce480f6d24b159 100644
--- a/public_html/admin/index.php
+++ b/public_html/admin/index.php
@@ -198,7 +198,7 @@ if (!$oR->isEnabled()){
         : ''
         ;
 
-    $sHtml.=''
+        $sHtml.=''
         .'<br><br>'
         .'<div class="content legend">'
             . '<strong>Legend</strong>:<br>'
@@ -215,7 +215,7 @@ if (!$oR->isEnabled()){
                     . '<td>'
                     . $aIco['ip_ok'].' Domain is on the same ip like the redirect tool.<br>'
                     . $aIco['ip_warn'].' Domain is on another domain (= the config from here does not work because redirect is handled on another system)<br>'
-                    . $aIco['ip_err'].' Hostname was not found ni DNS<br>'
+                    . $aIco['ip_err'].' Hostname was not found in DNS<br>'
                     . '</td>'
                 . '</tr>'
                 .'<tr>'