minor fixes to reset dialog

This commit is contained in:
Girish Ramakrishnan
2021-04-15 11:17:44 -07:00
parent d5201a29da
commit e4076d7a75
4 changed files with 11 additions and 9 deletions

View File

@@ -267,15 +267,15 @@
"deleteAction": "Delete"
},
"passwordResetDialog": {
"title": "Reset password, disable 2FA or invite link for {{ username }}",
"title": "Password/2FA reset for {{ username }}",
"description": "Use the link below to reset {{ username }}'s password or re-invite:",
"sendEmailLinkAction": "Email link to user",
"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.",
"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": "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."
"resetLinkExplanation": "Use this to generate a password reset or invitation link. The new link will invalidate any old link immediately."
},
"externalLdapDialog": {
"title": "Configure LDAP"