diff options
author | Byron Jones <glob@mozilla.com> | 2015-09-03 10:20:54 +0200 |
---|---|---|
committer | Byron Jones <glob@mozilla.com> | 2015-09-03 10:20:54 +0200 |
commit | 7ff867c74a77cd19c389af64a0abaf2d28b9a9d6 (patch) | |
tree | d0b1b3b55f89c32d9bee70b8ee306bdba131262e | |
parent | c0600daa89ee73616737ed2fcaaf03c18a70db93 (diff) | |
download | bugzilla-7ff867c74a77cd19c389af64a0abaf2d28b9a9d6.tar.gz bugzilla-7ff867c74a77cd19c389af64a0abaf2d28b9a9d6.tar.xz |
Bug 1201426 - 2fa message says "your current password is required to enable.." when disabling
-rw-r--r-- | template/en/default/account/prefs/mfa.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/account/prefs/mfa.html.tmpl b/template/en/default/account/prefs/mfa.html.tmpl index f1c2413bb..6dc3131c2 100644 --- a/template/en/default/account/prefs/mfa.html.tmpl +++ b/template/en/default/account/prefs/mfa.html.tmpl @@ -41,7 +41,7 @@ [% IF user.mfa == "TOTP" %] a TOTP verification code [% END %] - is required to enable two-factor authentication. + is required to disable two-factor authentication. </p> <p> <label class="mfa-totp">Current Password:</label> |