diff options
author | Byron Jones <glob@mozilla.com> | 2015-09-02 09:25:44 +0200 |
---|---|---|
committer | Byron Jones <glob@mozilla.com> | 2015-09-02 09:25:44 +0200 |
commit | 6a66781aeb532c4098a2ec88f83fed3f7ece4444 (patch) | |
tree | 1e5a8c196ece700adf08878855379f6a951f3af4 /template/en/default/account/prefs | |
parent | 3d463f780fd2051751f276f71e27bb47e96dc2aa (diff) | |
download | bugzilla-6a66781aeb532c4098a2ec88f83fed3f7ece4444.tar.gz bugzilla-6a66781aeb532c4098a2ec88f83fed3f7ece4444.tar.xz |
Bug 1200974 - "API-Key" in 2fa text should be "API key" to match the rest of bugzilla
Diffstat (limited to 'template/en/default/account/prefs')
-rw-r--r-- | template/en/default/account/prefs/mfa.html.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/template/en/default/account/prefs/mfa.html.tmpl b/template/en/default/account/prefs/mfa.html.tmpl index a94cb77b8..9d001d8b8 100644 --- a/template/en/default/account/prefs/mfa.html.tmpl +++ b/template/en/default/account/prefs/mfa.html.tmpl @@ -149,10 +149,10 @@ [% BLOCK api_key_pref_blurb %] Enabling two-factor authentication will also require systems that - interface with [% terms.Bugzilla %]'s API to use <a href="userprefs.cgi?tab=apikey">API-Keys</a> + interface with [% terms.Bugzilla %]'s API to use <a href="userprefs.cgi?tab=apikey">API keys</a> for authentication.<br> <br> While not recommended, this limitation can be lifted by changing the - <a href="userprefs.cgi?tab=settings#api_key_only">Require API-Key authentication for API requests</a> + <a href="userprefs.cgi?tab=settings#api_key_only">Require API key authentication for API requests</a> preference after 2FA is enabled. [% END %] |