summaryrefslogtreecommitdiffstats
path: root/userprefs.cgi
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2017-09-09 03:00:53 +0200
committerEmma Humphries <emceeaich@users.noreply.github.com>2017-09-09 03:00:53 +0200
commitd3cf76c62299d9ff9e3589a3c159571711d8d186 (patch)
treef088a2417d9c8d184040adccdf75f9cb211e73d3 /userprefs.cgi
parent946e9116c2a2a4ccbc44f657827087bf44ba295a (diff)
downloadbugzilla-d3cf76c62299d9ff9e3589a3c159571711d8d186.tar.gz
bugzilla-d3cf76c62299d9ff9e3589a3c159571711d8d186.tar.xz
Bug 1398340 - Typo in 2fa enrollment flow: "enrolment" (missing an L) (#232)
Diffstat (limited to 'userprefs.cgi')
-rwxr-xr-xuserprefs.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/userprefs.cgi b/userprefs.cgi
index 1bfecf294..00d266eef 100755
--- a/userprefs.cgi
+++ b/userprefs.cgi
@@ -655,7 +655,7 @@ sub SaveMFA {
my $reason;
if ($action eq 'enable') {
$provider->enroll(Bugzilla->input_params);
- $reason = 'Two-factor enrolment';
+ $reason = 'Two-factor enrollment';
}
elsif ($action eq 'recovery') {
$reason = 'Recovery code generation';