summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbyron jones <byron@glob.com.au>2017-09-27 19:29:34 +0200
committerDylan William Hardison <dylan@hardison.net>2017-09-27 19:29:34 +0200
commit40c4401db5525617278deb8bfaf5481f08e4cf97 (patch)
tree7c7181e3169e336c8db4fd17c12e0cf99c4ef48b
parent4497b6cad46cb53f96290ccd62c9dd23742077ef (diff)
downloadbugzilla-40c4401db5525617278deb8bfaf5481f08e4cf97.tar.gz
bugzilla-40c4401db5525617278deb8bfaf5481f08e4cf97.tar.xz
Bug 1401569 - typo in "enabled two-factor authentication"
-rw-r--r--template/en/default/global/header.html.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/template/en/default/global/header.html.tmpl b/template/en/default/global/header.html.tmpl
index 1ea652c10..25b65938f 100644
--- a/template/en/default/global/header.html.tmpl
+++ b/template/en/default/global/header.html.tmpl
@@ -259,7 +259,7 @@
AND user.mfa_required_date
AND NOT Bugzilla.request_cache.on_mfa_page %]
<span id="mfa-warning">
- Please <a href="userprefs.cgi?tab=mfa">enabled two-factor authentication</a>
+ Please <a href="userprefs.cgi?tab=mfa">enable two-factor authentication</a>
[% IF Param('mfa_group_grace_period') %]
before <i>[% user.mfa_required_date FILTER time %]</i>.
[% ELSE %]
@@ -370,4 +370,4 @@
[% BLOCK format_js_link %]
<script [% script_nonce FILTER none %] type="text/javascript" src="[% asset_url FILTER mtime FILTER html %]"></script>
-[% END %] \ No newline at end of file
+[% END %]