From 6a66781aeb532c4098a2ec88f83fed3f7ece4444 Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Wed, 2 Sep 2015 15:25:44 +0800 Subject: Bug 1200974 - "API-Key" in 2fa text should be "API key" to match the rest of bugzilla --- template/en/default/account/prefs/mfa.html.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'template/en/default/account/prefs/mfa.html.tmpl') 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 API-Keys + interface with [% terms.Bugzilla %]'s API to use API keys for authentication.

While not recommended, this limitation can be lifted by changing the - Require API-Key authentication for API requests + Require API key authentication for API requests preference after 2FA is enabled. [% END %] -- cgit v1.2.3-24-g4f1b