From ef41e9bc56282e3a8080fbbf3982e3925ec68560 Mon Sep 17 00:00:00 2001 From: Ark74 Date: Thu, 26 Mar 2026 23:51:20 -0600 Subject: [PATCH] correcion de linea --- android/dashboard/views/components/app_kiwix.ejs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/dashboard/views/components/app_kiwix.ejs b/android/dashboard/views/components/app_kiwix.ejs index 157c9e3..c5c7fac 100644 --- a/android/dashboard/views/components/app_kiwix.ejs +++ b/android/dashboard/views/components/app_kiwix.ejs @@ -207,7 +207,7 @@ // 5. Deletion Logic function deleteZim(event, zimId) { event.stopPropagation(); - if(confirm(`⚠️ Do want to DELETE the file ${zimId}?\n\nThis will update the Kiwix database.`)){ + if(confirm(`⚠️ Do you want to DELETE the file ${zimId}?\n\nThis will update the Kiwix database.`)){ // UX: Change button to "Deleting..." and disable it const btnDel = document.getElementById(`btn-del-${zimId}`);