diff options
author | Dylan William Hardison <dylan@hardison.net> | 2017-03-27 15:56:14 +0200 |
---|---|---|
committer | Dylan William Hardison <dylan@hardison.net> | 2017-03-27 17:18:19 +0200 |
commit | 15daaf123635c1e734dfe6e3aed60f52df0364ce (patch) | |
tree | c4823e177859f5b69a68017635bbd29491ceec90 /template/en/default/global | |
parent | 08c0187b591bb1bb4248382a8106a450c9b359e3 (diff) | |
download | bugzilla-15daaf123635c1e734dfe6e3aed60f52df0364ce.tar.gz bugzilla-15daaf123635c1e734dfe6e3aed60f52df0364ce.tar.xz |
Bug 1350466 - Uplift bug 1342832 to bmo for performance and other reasons
Diffstat (limited to 'template/en/default/global')
-rw-r--r-- | template/en/default/global/code-error.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/global/code-error.html.tmpl b/template/en/default/global/code-error.html.tmpl index 18650de7d..384647322 100644 --- a/template/en/default/global/code-error.html.tmpl +++ b/template/en/default/global/code-error.html.tmpl @@ -134,7 +134,7 @@ [% ELSIF error == "cookies_need_value" %] Every cookie must have a value. [% ELSIF error == "cpan_meta_missing" %] - META.json/MYMETA.json file is missing. + MYMETA.json file is missing. [% ELSIF error == "env_no_email" %] [% terms.Bugzilla %] did not receive an email address from the environment. |