Skip to content

Commit

Permalink
espaniol
Browse files Browse the repository at this point in the history
  • Loading branch information
luedu1103 committed Oct 16, 2024
1 parent 7bec0c2 commit 45c5e78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/AdminDashboard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit 45c5e78

Please sign in to comment.