diff --git a/mozilla/webtools/bugzilla/template/en/default/global/user-error.html.tmpl b/mozilla/webtools/bugzilla/template/en/default/global/user-error.html.tmpl
index 8b7d8e6ff35..0606857dd72 100644
--- a/mozilla/webtools/bugzilla/template/en/default/global/user-error.html.tmpl
+++ b/mozilla/webtools/bugzilla/template/en/default/global/user-error.html.tmpl
@@ -230,7 +230,7 @@
in to an account with the appropriate permissions.
[% ELSIF error == "bug_url_invalid" %]
- [% title = "Invalid Bug URL" %]
+ [% title = "Invalid $terms.Bug URL" %]
[% url FILTER html %] is not a valid URL to [% terms.abug %].
[% IF reason == 'http' %]
URLs must start with "http" or "https".
@@ -242,7 +242,7 @@
[% END %]
[% ELSIF error == "bug_url_too_long" %]
- [% title = "Invalid Bug URL" %]
+ [% title = "Invalid $terms.Bug URL" %]
[% terms.Bug %] URLs can not be longer than
[%+ constants.MAX_BUG_URL_LENGTH FILTER none %] characters long.
[% url FILTER html %] is too long.