Ensure all invite and reset bits are translated
This commit is contained in:
@@ -171,7 +171,8 @@
|
||||
"resetPasswordTooltip": "Reset password",
|
||||
"editUserTooltip": "Edit User",
|
||||
"removeUserTooltip": "Remove User",
|
||||
"transferOwnershipTooltip": "Transfer Ownership"
|
||||
"transferOwnershipTooltip": "Transfer Ownership",
|
||||
"invitationTooltip": "Invite User"
|
||||
},
|
||||
"groups": {
|
||||
"title": "Groups",
|
||||
@@ -297,6 +298,12 @@
|
||||
"description": "This will make the selected user the owner and admin of this Cloudron and remove admin rights to the current owner.",
|
||||
"transferAction": "Transfer Ownership",
|
||||
"newOwner": "New Owner"
|
||||
},
|
||||
"invitationDialog": {
|
||||
"title": "Invite {{ username }}",
|
||||
"inviteLinkExplanation": "Use this to generate a new invite link. The link will also be sent to the user and will reset the password.",
|
||||
"newLinkAction": "Invite user now",
|
||||
"description": "The following invite link was sent to {{ email }}:"
|
||||
}
|
||||
},
|
||||
"profile": {
|
||||
|
||||
Reference in New Issue
Block a user