From 9e9c1100f8105f15ce2e310a17438f0e3d16df9e Mon Sep 17 00:00:00 2001 From: johnnyq Date: Sat, 9 Nov 2024 18:04:00 -0500 Subject: [PATCH] wording update --- post/user/document.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/post/user/document.php b/post/user/document.php index 8b4fbcdb..a3c2a89c 100644 --- a/post/user/document.php +++ b/post/user/document.php @@ -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 $name"; + $_SESSION['alert_message'] = "You renamed Document from $old_document_name to $name"; header("Location: " . $_SERVER["HTTP_REFERER"]);