]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 1401569 - typo in "enabled two-factor authentication"
authorbyron jones <byron@glob.com.au>
Wed, 27 Sep 2017 17:29:34 +0000 (01:29 +0800)
committerDylan William Hardison <dylan@hardison.net>
Wed, 27 Sep 2017 17:29:34 +0000 (13:29 -0400)
template/en/default/global/header.html.tmpl

index 1ea652c10ac06c868cda49594f72d671b3de2218..25b65938ff60de9a6f9604403eebfbdc6efaff74 100644 (file)
               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 %]
 
 [% 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 %]