Add team member invitation success and error messages
The code now includes success and error messages for team member invitation completion. It validates entered email addresses for duplicates and sets a limit on the number of invitations that can be sent at once to avoid server spam. Also, visual changes have been made to the form - label placement, form message, button types, etc.
This commit is contained in:
@@ -98,6 +98,8 @@
|
||||
"membersPageHeading": "Members",
|
||||
"inviteMembersButton": "Invite Members",
|
||||
"invitingMembers": "Inviting members...",
|
||||
"inviteMembersSuccessMessage": "Members invited successfully",
|
||||
"inviteMembersErrorMessage": "Sorry, members could not be invited. Please try again.",
|
||||
"pendingInvitesHeading": "Pending Invites",
|
||||
"pendingInvitesDescription": " Here you can manage the pending invitations to your team.",
|
||||
"noPendingInvites": "No pending invites found",
|
||||
|
||||
Reference in New Issue
Block a user