diff options
Diffstat (limited to 'template/en')
-rw-r--r-- | template/en/default/global/user-error.html.tmpl | 4 | ||||
-rw-r--r-- | template/en/default/mfa/duo/verify.html.tmpl | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl index 1aa92ead0..a622a5eee 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -1232,7 +1232,7 @@ [% ELSIF error == "mfa_bad_code" %] Invalid verification code. - [% ELSIF error == "mfa_totp_bad_enrolment_code" %] + [% ELSIF error == "mfa_totp_bad_enrollment_code" %] Invalid verification code.<br> <br> The QR code has been deleted - please generate and scan a new code. @@ -1401,7 +1401,7 @@ [% ELSIF error == "reset_password_denied" %] [% title = "Reset Password Denied" %] - You cannot reset your password without administrative permission. + You cannot reset your password without administrative permission. [% ELSIF error == "no_axes_defined" %] [% title = "No Axes Defined" %] diff --git a/template/en/default/mfa/duo/verify.html.tmpl b/template/en/default/mfa/duo/verify.html.tmpl index 77f87cd65..799efba7b 100644 --- a/template/en/default/mfa/duo/verify.html.tmpl +++ b/template/en/default/mfa/duo/verify.html.tmpl @@ -6,7 +6,7 @@ # defined by the Mozilla Public License, v. 2.0. #%] -[% is_enrolment = action == "enable" %] +[% is_enrollment = action == "enable" %] [% js = BLOCK %] $(function() { |