From 5ca959fa688255a8de61f89fe2751eb4d24a6912 Mon Sep 17 00:00:00 2001 From: Florian Schaal <florian@schaal-24.de> Date: Tue, 22 Mar 2016 09:22:07 -0400 Subject: [PATCH] fixed typo --- interface/lib/classes/tools_monitor.inc.php | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/interface/lib/classes/tools_monitor.inc.php b/interface/lib/classes/tools_monitor.inc.php index ad76e4e..bd1a969 100644 --- a/interface/lib/classes/tools_monitor.inc.php +++ b/interface/lib/classes/tools_monitor.inc.php @@ -488,7 +488,7 @@ $data = unserialize($record['data']); if ($data == '') { $html .= '<p>'. - 'fail2ban is not installed at this server.<br />' . + 'fail2ban is not installed on this server.<br />' . 'See more (for debian) <a href="http://www.howtoforge.com/fail2ban_debian_etch" target="htf">here...</a>'. '</p>'; } @@ -522,8 +522,7 @@ $data = unserialize($record['data']); if ($data == '') { $html .= '<p>'. - 'MongoDB is not installed at this server.<br />' . - 'See more (for debian) <a href="http://www.howtoforge.com/fail2ban_debian_etch" target="htf">here...</a>'. + 'MongoDB is not installed on this server.<br />' . '</p>'; } else { -- Gitblit v1.9.1