From 0be8b111e263d52f63158d7ea15f173ccb864c76 Mon Sep 17 00:00:00 2001 From: Peace <32363424+julian-piehl@users.noreply.github.com> Date: Mon, 20 Feb 2023 13:48:16 +0100 Subject: [PATCH] chore: better up message Co-authored-by: Matthew Nickson --- server/model/monitor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/model/monitor.js b/server/model/monitor.js index bcac0413a..55c32eeee 100644 --- a/server/model/monitor.js +++ b/server/model/monitor.js @@ -272,7 +272,7 @@ class Monitor extends BeanModel { if (children.length > 0) { bean.status = UP; - bean.msg = "All childs up and running"; + bean.msg = "All children up and running"; for (const child of children) { if (!child.active) { // Ignore inactive childs