From d3cf76c62299d9ff9e3589a3c159571711d8d186 Mon Sep 17 00:00:00 2001 From: Dylan William Hardison Date: Fri, 8 Sep 2017 21:00:53 -0400 Subject: Bug 1398340 - Typo in 2fa enrollment flow: "enrolment" (missing an L) (#232) --- template/en/default/mfa/duo/verify.html.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'template/en/default/mfa') 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() { -- cgit v1.2.3-24-g4f1b