From d009c60004937df8e033ea6aad38ec8606e818e7 Mon Sep 17 00:00:00 2001 From: SourceDoctor Date: Tue, 16 Jun 2020 10:40:14 +0200 Subject: [PATCH] rollback String --- LibreNMS/Util/StringHelpers.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LibreNMS/Util/StringHelpers.php b/LibreNMS/Util/StringHelpers.php index eca9d2e11b..67e3cb8a47 100644 --- a/LibreNMS/Util/StringHelpers.php +++ b/LibreNMS/Util/StringHelpers.php @@ -48,7 +48,7 @@ class StringHelpers $replacements = [ 'bind' => 'BIND', 'dbm' => 'dBm', - 'dhcp-stats' => 'ISC DHCP Server', + 'dhcp-stats' => 'DHCP Stats', 'entropy' => 'Random entropy', 'exim-stats' => 'EXIM Stats', 'fbsd-nfs-client' => 'FreeBSD NFS Client',