Skip to content

Commit

Permalink
Minor Change
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhimanyu-dev committed Nov 7, 2024
1 parent b0bbecd commit 99195ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Modals/DeleteConfirmation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ function DeleteConfirmation({
}) {
return (
<Box sx={boxStyle}>
<h3>Are you sure you want to delete all students?</h3>
<h3>Are you sure you want to delete?</h3>
<Stack direction="row" spacing={3}>
<Button
variant="contained"
Expand Down

0 comments on commit 99195ba

Please sign in to comment.