summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorByron Jones <bjones@mozilla.com>2013-03-28 07:10:24 +0100
committerByron Jones <bjones@mozilla.com>2013-03-28 07:10:24 +0100
commite4a5c4996044c0de0f889aa3687ddfc89fa00be7 (patch)
treec538eb805a4987b3217122f14550a87d2736abe6 /template
parentf558420feebedfcead5abdcd2ecc9e37ce4be748 (diff)
downloadbugzilla-e4a5c4996044c0de0f889aa3687ddfc89fa00be7.tar.gz
bugzilla-e4a5c4996044c0de0f889aa3687ddfc89fa00be7.tar.xz
Bug 850639: the dependency graph should have an upper limit on the number of nodes it attempts to graph
Diffstat (limited to 'template')
-rw-r--r--template/en/default/global/user-error.html.tmpl5
1 files changed, 5 insertions, 0 deletions
diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl
index 6c1caf81d..d53708409 100644
--- a/template/en/default/global/user-error.html.tmpl
+++ b/template/en/default/global/user-error.html.tmpl
@@ -1760,6 +1760,11 @@
Sorry, but you are not allowed to (un)mark comments or attachments
as private.
+ [% ELSIF error == "webdot_too_large" %]
+ [% title = "Dependency Graph Too Large" %]
+ The dependency graph contains too many [% terms.bugs %] to display (more
+ than [% constants.MAX_WEBDOT_BUGS FILTER html %] [%+ terms.bugs %]).
+
[% ELSIF error == "wrong_token_for_cancelling_email_change" %]
[% title = "Wrong Token" %]
That token cannot be used to cancel an email address change.