mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Capitalised a few words when deleting device groups
This commit is contained in:
@@ -27,10 +27,10 @@ if(!is_numeric($_POST['group_id'])) {
|
||||
include('forms/delete-alert-map.inc.php');
|
||||
}
|
||||
}
|
||||
echo('group has been deleted.');
|
||||
echo('Group has been deleted.');
|
||||
exit;
|
||||
} else {
|
||||
echo('ERROR: group has not been deleted.');
|
||||
echo('ERROR: Group has not been deleted.');
|
||||
exit;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user