diff options
author | byron jones <byron@glob.com.au> | 2017-09-27 19:29:34 +0200 |
---|---|---|
committer | Dylan William Hardison <dylan@hardison.net> | 2017-09-27 19:29:34 +0200 |
commit | 40c4401db5525617278deb8bfaf5481f08e4cf97 (patch) | |
tree | 7c7181e3169e336c8db4fd17c12e0cf99c4ef48b /template/en/default | |
parent | 4497b6cad46cb53f96290ccd62c9dd23742077ef (diff) | |
download | bugzilla-40c4401db5525617278deb8bfaf5481f08e4cf97.tar.gz bugzilla-40c4401db5525617278deb8bfaf5481f08e4cf97.tar.xz |
Bug 1401569 - typo in "enabled two-factor authentication"
Diffstat (limited to 'template/en/default')
-rw-r--r-- | template/en/default/global/header.html.tmpl | 4 |
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 %] |