summaryrefslogtreecommitdiffstats
path: root/extensions/BugModal/template
diff options
context:
space:
mode:
authorDavid Lawrence <dkl@mozilla.com>2016-05-31 23:29:31 +0200
committerDavid Lawrence <dkl@mozilla.com>2016-05-31 23:29:31 +0200
commite31c0e9c22197ba938c6f4a853347edf54931700 (patch)
treeff9cd88a72c9e5cd8d969df2938be745a7bad5c7 /extensions/BugModal/template
parente1e8135e1a703adbb17fffcd8da9297286ba6877 (diff)
downloadbugzilla-e31c0e9c22197ba938c6f4a853347edf54931700.tar.gz
bugzilla-e31c0e9c22197ba938c6f4a853347edf54931700.tar.xz
Bug 1262459 - restyle the "this bug has been marked as a duplicate" comment
Diffstat (limited to 'extensions/BugModal/template')
-rw-r--r--extensions/BugModal/template/en/default/bug_modal/activity_stream.html.tmpl4
1 files changed, 3 insertions, 1 deletions
diff --git a/extensions/BugModal/template/en/default/bug_modal/activity_stream.html.tmpl b/extensions/BugModal/template/en/default/bug_modal/activity_stream.html.tmpl
index e15f8837b..807f5772f 100644
--- a/extensions/BugModal/template/en/default/bug_modal/activity_stream.html.tmpl
+++ b/extensions/BugModal/template/en/default/bug_modal/activity_stream.html.tmpl
@@ -254,8 +254,10 @@
END;
IF change.buglist;
- IF change.fieldname == 'duplicate';
+ IF change.fieldname == 'has_dupe';
label = "Duplicate of this " _ terms.bug;
+ ELSIF change.fieldname == 'dupe_of';
+ label = "Duplicate of " _ terms.bug;
ELSE;
label = field_descs.${change.fieldname};
END;