Update delhost.inc.php (#15130)

Fixed typo:

monitered->monitored
This commit is contained in:
Elian Manzueta
2023-07-01 15:17:40 -04:00
committed by GitHub
parent 8081a3f3c8
commit 91acfcc017

View File

@@ -49,7 +49,7 @@ if (Auth::user()->isDemo()) {
<div><h2>Delete Device</h2></div>
<div class="alert alert-danger" role="alert">
<center>
<p>Warning, this will remove the device from being monitered!</p>
<p>Warning, this will remove the device from being monitored!</p>
<p>It will also remove historical data about this device such as <mark>Syslog</mark>, <mark>Eventlog</mark> and <mark>Alert log</mark> data.</p>
</center>
</div>