Spelling, JS and update to attaching templates

This commit is contained in:
laf
2015-05-30 18:10:32 +01:00
parent f7a10e60f8
commit bf7a94dd2d
2 changed files with 3 additions and 4 deletions
+1 -1
View File
@@ -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!";