From 4d30c4c58f1e3bb6d673ae73daf32d289fafe57e Mon Sep 17 00:00:00 2001 From: Nils Schneider Date: Wed, 29 Oct 2025 10:24:18 +0100 Subject: [PATCH] label --- frontend/src/index.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/index.jsx b/frontend/src/index.jsx index d949eae..f5988d4 100644 --- a/frontend/src/index.jsx +++ b/frontend/src/index.jsx @@ -4753,7 +4753,7 @@ const AppLayout = () => { const doc = documentLookup.get(documentId) || null; const label = doc?.title || doc?.original_name || 'this document'; - const confirmed = window.confirm(`Delete "${label}"? This action cannot be undone.`); + const confirmed = window.confirm(`Move "${label}" to trash? You can restore it from trash later.`); if (!confirmed) { return; }