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; }