Skip to content

Commit

Permalink
ref: improve logs
Browse files Browse the repository at this point in the history
  • Loading branch information
kristian4res committed Nov 4, 2024
1 parent fd20b67 commit 5a57a47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/users/UserProfileEdits/DeleteUser.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ function DeleteUser(): ReactElement {
return;
}

setReturnPanel({ visible: true, message: "User " + viewedUsername + " deleted", status: "success" });
setReturnPanel({ visible: true, message: "Successfully deleted user called " + viewedUsername, status: "success" });
setRedirect(true);
}

Expand Down

0 comments on commit 5a57a47

Please sign in to comment.