diff --git a/src/translation/en.json b/src/translation/en.json index 42abb13f3..ea4a5b838 100644 --- a/src/translation/en.json +++ b/src/translation/en.json @@ -282,7 +282,7 @@ "no2FASetup": "This user has not set up 2FA.", "2FAIsSetup": "Use this to disable user's 2FA. The user can set it up again from the Profile view.", "newLinkAction": "Reset password now", - "resetLinkExplanation": "Use this to generate a new password reset link. The new link will also be sent to the user's fallback email address.", + "resetLinkExplanation": "Use this to generate a new password reset link. The new link will also be sent to the user's fallback email address - {{ email }}.", "reset2FAAction": "Reset 2FA" }, "externalLdapDialog": { @@ -308,7 +308,7 @@ }, "setGhostDialog": { "title": "Create password to impersonate {{ username }}", - "description": "Set a temporary password to login on behalf of this user in apps or the dashboard.", + "description": "Set a temporary password to login on behalf of this user in apps or the dashboard. This password is valid for 6 hours.", "password": "Password" }, "setGhost": { diff --git a/src/views/users.html b/src/views/users.html index fb859443a..a244b0e8b 100644 --- a/src/views/users.html +++ b/src/views/users.html @@ -333,7 +333,7 @@
{{ 'users.passwordResetDialog.resetLinkExplanation' | tr }}
+{{ 'users.passwordResetDialog.resetLinkExplanation' | tr: { email: passwordReset.user.fallbackEmail } }}
{{ 'users.passwordResetDialog.description' | tr:{ email: passwordReset.user.fallbackEmail } }}