wording update

This commit is contained in:
johnnyq 2024-11-09 18:04:00 -05:00
parent 0917633848
commit 9e9c1100f8
1 changed files with 1 additions and 1 deletions

View File

@ -161,7 +161,7 @@ if (isset($_POST['rename_document'])) {
logAction("Document", "Edit", "$session_name renamed document $old_document_name to $name", $client_id, $document_id);
$_SESSION['alert_message'] = "You renamed Document to <strong>$name</strong>";
$_SESSION['alert_message'] = "You renamed Document from <strong>$old_document_name</strong> to <strong>$name</strong>";
header("Location: " . $_SERVER["HTTP_REFERER"]);