From aa0366590909685d0b119e669952d6d9677288c7 Mon Sep 17 00:00:00 2001
From: "Hahn Axel (hahn)" <axel.hahn@iml.unibe.ch>
Date: Tue, 14 Jun 2022 13:34:01 +0200
Subject: [PATCH] fix typo in legend of admin

---
 public_html/admin/index.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/public_html/admin/index.php b/public_html/admin/index.php
index c03b166..9b52942 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>'
-- 
GitLab