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