mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-27 16:08:55 +02:00
Merge pull request #1175 from SaaldjorMike/capitalise-words
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