refactor: use form's centralized error management
This commit is contained in:
@@ -231,7 +231,6 @@
|
||||
"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.",
|
||||
"editUserPage.title": "Edit user",
|
||||
"editUser.status": "Status",
|
||||
"editUser.submit": "Update",
|
||||
@@ -255,7 +254,6 @@
|
||||
"roleForm.mandatoryInput": "{inputName} is required.",
|
||||
"createRole.submit": "Create",
|
||||
"createRole.successfullyCreated": "The role has been created.",
|
||||
"createRole.generalError": "Error while creating the role.",
|
||||
"createRole.permissionsError": "Permissions are invalid.",
|
||||
"editRole.submit": "Update",
|
||||
"editRole.successfullyUpdated": "The role has been updated.",
|
||||
|
||||
Reference in New Issue
Block a user