diff --git a/src/translation/en.json b/src/translation/en.json index bfa469ec2..ad9062b3f 100644 --- a/src/translation/en.json +++ b/src/translation/en.json @@ -270,7 +270,12 @@ "title": "Reset password, disable 2FA or invite link for {{ username }}", "description": "Use the link below to reset {{ username }}'s password or re-invite:", "sendEmailLinkAction": "Email link to user", - "disable2FAAction": "Disable 2FA" + "disable2FAAction": "Disable 2FA", + "emailSent": "Sent", + "no2FASetup": "This user has no 2FA set up.", + "2FAIsSetup": "This user has 2FA enabled. If the user has problems to log in, the 2FA setup can be disabled here until the user enables it again.", + "newLinkAction": "Generate new link", + "resetLinkExplanation": "If the password rest or invite link is expired or lost, a new one can be generated. A new reset and invite link, will invalidate the old link immediately." }, "externalLdapDialog": { "title": "Configure LDAP" diff --git a/src/views/users.html b/src/views/users.html index 5e9fefc36..c4cc904fa 100644 --- a/src/views/users.html +++ b/src/views/users.html @@ -326,8 +326,8 @@
-

This user has no 2FA set up.

-

This user has 2FA enabled. If the user has problems to log in, the 2FA setup can be disabled here until the user enables it again

+

{{ 'users.passwordResetDialog.no2FASetup' | tr }}

+

{{ 'users.passwordResetDialog.2FAIsSetup' | tr }}