This commit is contained in:
2025-10-29 10:24:18 +01:00
parent 0052dff119
commit 4d30c4c58f
+1 -1
View File
@@ -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;
}