diff --git a/frontend/templates/files.html b/frontend/templates/files.html
index 09c3795f..bd9acec7 100644
--- a/frontend/templates/files.html
+++ b/frontend/templates/files.html
@@ -304,13 +304,13 @@
0 files selected
-
@@ -583,7 +583,7 @@
function bulkDelete() {
const fileIds = getSelectedFileIds();
if (fileIds.length === 0) {
- alert('No files selected');
+ alert('Please select files to delete');
return;
}
@@ -619,7 +619,7 @@
function bulkReprocess() {
const fileIds = getSelectedFileIds();
if (fileIds.length === 0) {
- alert('No files selected');
+ alert('Please select files to reprocess');
return;
}