From 014928accd43304919c34fe034853fc99cef8ee5 Mon Sep 17 00:00:00 2001 From: Tony Murray Date: Fri, 3 Jul 2020 00:15:05 -0500 Subject: [PATCH] Release wording change (#11892) --- LibreNMS/Util/GitHub.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LibreNMS/Util/GitHub.php b/LibreNMS/Util/GitHub.php index 24c5f07e97..98117fcaa3 100644 --- a/LibreNMS/Util/GitHub.php +++ b/LibreNMS/Util/GitHub.php @@ -290,7 +290,7 @@ GRAPHQL; $tmp_markdown .= PHP_EOL; if (!empty($this->changelog_mergers)) { - $tmp_markdown .= "Thanks to maintainers that helped with pull requests this month:" . PHP_EOL . PHP_EOL; + $tmp_markdown .= "Thanks to maintainers and others that helped with pull requests this month:" . PHP_EOL . PHP_EOL; $tmp_markdown .= $this->formatUserList($this->changelog_mergers) . PHP_EOL; }