mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-26 08:03:51 +02:00
Spelling, JS and update to attaching templates
This commit is contained in:
@@ -61,7 +61,7 @@ if(!empty($name)) {
|
||||
if(dbInsert(array('template' => $_REQUEST['template'], 'name' => $name), "alert_templates")) {
|
||||
$ok = "Alert template has been created.";
|
||||
} else {
|
||||
$error = "Could not create aler template";
|
||||
$error = "Could not create alert template";
|
||||
}
|
||||
} else {
|
||||
$error = "We could not work out what you wanted to do!";
|
||||
|
||||
Reference in New Issue
Block a user