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 65e70da commit 96d5950
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/users/UserProfileEdits/ChangePassword.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export default function ChangePassword(): ReactElement {
currentUser,
updatedPanel: {
visible: true,
message: "Password for user " + viewedUsername,
message: "Password changed for user called " + viewedUsername,
status: "success"
}
}}
Expand Down

0 comments on commit 96d5950

Please sign in to comment.