Skip to content

Commit

Permalink
admin: Fix translation for user deletion message
Browse files Browse the repository at this point in the history
  • Loading branch information
katajakasa committed Apr 11, 2024
1 parent 5a7b363 commit e7a184b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/src/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"newUser": "New user",
"loadingUsers": "Loading users ...",
"noUsersFound": "No users found.",
"confirmDelete": "Do your really want to delete user '{name}' ?",
"confirmDelete": "Do your really want to delete user '{username}' ?",
"headers": {
"id": "ID",
"userName": "Username",
Expand Down

0 comments on commit e7a184b

Please sign in to comment.