feat(localization): add guest role text and invitation message fields for team members
- Introduced new localization strings for guest role descriptions and invitation messages across German, English, and Spanish. - Added fields for personal messages and email input instructions in the team members settings, enhancing user experience during team member invitations.
This commit is contained in:
@@ -38,10 +38,16 @@
|
||||
"updateMemberErrorMessage": "Failed to update team member. Please try again.",
|
||||
"memberText": "Member",
|
||||
"adminText": "Admin",
|
||||
"guestText": "Guest (Read-only)",
|
||||
"ownerText": "Team Owner",
|
||||
"addedText": "Added",
|
||||
"updatedText": "Updated",
|
||||
"noResultFound": "Type an email address and hit enter...",
|
||||
"jobTitlesFetchError": "Failed to fetch job titles",
|
||||
"invitationResent": "Invitation resent successfully!"
|
||||
"invitationResent": "Invitation resent successfully!",
|
||||
"emailsStepDescription": "Enter email addresses for team members you'd like to invite",
|
||||
"personalMessageLabel": "Personal Message",
|
||||
"personalMessagePlaceholder": "Add a personal message to your invitation (optional)",
|
||||
"optionalFieldLabel": "(Optional)",
|
||||
"inviteTeamMembersModalTitle": "Invite team members"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user