From 45c5e78ef8ca2f242037272298ada5c0635413ad Mon Sep 17 00:00:00 2001 From: Luis Calle Date: Tue, 15 Oct 2024 23:03:45 -0500 Subject: [PATCH] espaniol --- src/components/AdminDashboard.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/AdminDashboard.tsx b/src/components/AdminDashboard.tsx index e03b2b5..b569dc9 100644 --- a/src/components/AdminDashboard.tsx +++ b/src/components/AdminDashboard.tsx @@ -37,7 +37,7 @@ const AdminDashboard: React.FC = () => { }, []); const handleDelete = async (index: number) => { - if (!window.confirm('Are you sure you want to delete this ad?')) { + if (!window.confirm('¿Seguro que quieres eliminar este banner?')) { return; }