diff --git a/src/translation/en.json b/src/translation/en.json index cb7f4a9c8..27acafcad 100644 --- a/src/translation/en.json +++ b/src/translation/en.json @@ -172,7 +172,8 @@ "editUserTooltip": "Edit User", "removeUserTooltip": "Remove User", "transferOwnershipTooltip": "Transfer Ownership", - "invitationTooltip": "Invite User" + "invitationTooltip": "Invite User", + "setGhostTooltip": "Impersonate" }, "groups": { "title": "Groups", @@ -303,6 +304,14 @@ "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 }}:" + }, + "setGhostDialog": { + "title": "Create password to impersonate {{ username }}", + "description": "Set a temporary password to login on behalf of this user in apps or the dashboard.", + "password": "Password" + }, + "setGhost": { + "password": "Password" } }, "profile": { diff --git a/src/views/users.html b/src/views/users.html index 3decae8fa..924b6f3f7 100644 --- a/src/views/users.html +++ b/src/views/users.html @@ -384,18 +384,20 @@