fix: add missing snackbar on user update error

This commit is contained in:
Jakub P
2024-09-19 21:10:35 +02:00
committed by Faruk AYDIN
parent 266d4cddb0
commit 25176884e7
3 changed files with 15 additions and 2 deletions

View File

@@ -223,11 +223,12 @@
"createUser.submit": "Create",
"createUser.successfullyCreated": "The user has been created.",
"createUser.invitationEmailInfo": "Invitation email will be sent if SMTP credentials are valid. Otherwise, you can share the invitation link manually: <link></link>",
"createUser.error": "Error while creating the user",
"createUser.error": "Error while creating the user.",
"editUserPage.title": "Edit user",
"editUser.status": "Status",
"editUser.submit": "Update",
"editUser.successfullyUpdated": "The user has been updated.",
"editUser.error": "Error while updating the user.",
"userList.fullName": "Full name",
"userList.email": "Email",
"userList.role": "Role",