summaryrefslogtreecommitdiffstats
path: root/template/en/default/global
diff options
context:
space:
mode:
authorByron Jones <glob@mozilla.com>2015-09-02 09:25:44 +0200
committerByron Jones <glob@mozilla.com>2015-09-02 09:25:44 +0200
commit6a66781aeb532c4098a2ec88f83fed3f7ece4444 (patch)
tree1e5a8c196ece700adf08878855379f6a951f3af4 /template/en/default/global
parent3d463f780fd2051751f276f71e27bb47e96dc2aa (diff)
downloadbugzilla-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/global')
-rw-r--r--template/en/default/global/setting-descs.none.tmpl2
-rw-r--r--template/en/default/global/user-error.html.tmpl2
2 files changed, 2 insertions, 2 deletions
diff --git a/template/en/default/global/setting-descs.none.tmpl b/template/en/default/global/setting-descs.none.tmpl
index 5005f4efe..368987da6 100644
--- a/template/en/default/global/setting-descs.none.tmpl
+++ b/template/en/default/global/setting-descs.none.tmpl
@@ -55,7 +55,7 @@
"bugmail_new_prefix" => "Add 'New:' to subject line of email sent when a new $terms.bug is filed",
"possible_duplicates" => "Display possible duplicates when reporting a new $terms.bug",
"requestee_cc" => "Automatically add me to the CC list of $terms.bugs I am requested to review",
- "api_key_only" => "Require API-Key authentication for API requests",
+ "api_key_only" => "Require API key authentication for API requests",
}
%]
diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl
index 332075b69..1ec3202bb 100644
--- a/template/en/default/global/user-error.html.tmpl
+++ b/template/en/default/global/user-error.html.tmpl
@@ -1018,7 +1018,7 @@
[% ELSIF error == "invalid_auth_method" %]
[% title = "Invalid Authentication Method" %]
- API-Key authentication is required.
+ API key authentication is required.
[% ELSIF error == "bug_id_does_not_exist" %]
[% title = BLOCK %]Invalid [% terms.Bug %] ID[% END %]