summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
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 3d7599711..d01af2375 100644
--- a/template/en/default/global/user-error.html.tmpl
+++ b/template/en/default/global/user-error.html.tmpl
@@ -326,6 +326,11 @@
[% title = "Description Required" %]
You must provide a description of the [% terms.bug %].
+ [% ELSIF error == "dupe_entry_found" %]
+ [% title = "Already marked as duplicate" %]
+ This [% terms.bug %] has already been marked as a duplicate
+ of [% terms.bug %] [%+ dupe_of FILTER html %].
+
[% ELSIF error == "dupe_of_self_disallowed" %]
[% title = "Cannot mark $terms.abug as a duplicate of itself" %]
You can't mark [% terms.abug %] as a duplicate of itself.