more wording updates

This commit is contained in:
johnnyq 2024-11-09 18:08:19 -05:00
parent 9e9c1100f8
commit 93c64c7467
1 changed files with 2 additions and 1 deletions

View File

@ -688,7 +688,8 @@ if (isset($_GET['delete_document'])) {
//Logging
logAction("Document", "Delete", "$session_name deleted document $document_name and all versions", $client_id);
$_SESSION['alert_message'] = "Document $document_name and all versions";
$_SESSION['alert_type'] = "error";
$_SESSION['alert_message'] = "Document <strong>$document_name</strong> deleted and all versions";
header("Location: " . $_SERVER["HTTP_REFERER"]);