summaryrefslogtreecommitdiffstats
path: root/extensions/BugModal/template
diff options
context:
space:
mode:
authorDavid Lawrence <dkl@mozilla.com>2016-01-11 17:37:34 +0100
committerDavid Lawrence <dkl@mozilla.com>2016-01-11 17:37:34 +0100
commit819d4cda9bac979485812bfa3456ae00052682e6 (patch)
tree9c65e369083667b788d1d24e6faad2205be7302c /extensions/BugModal/template
parent4b60281b9226e77e170936bfeba4373ba1cb137f (diff)
downloadbugzilla-819d4cda9bac979485812bfa3456ae00052682e6.tar.gz
bugzilla-819d4cda9bac979485812bfa3456ae00052682e6.tar.xz
Bug 1238573 - Change label of "New Bug" menu to "New/Clone Bug"
Diffstat (limited to 'extensions/BugModal/template')
-rw-r--r--extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl b/extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl
index c80c09f94..6495b8df1 100644
--- a/extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl
+++ b/extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl
@@ -1119,7 +1119,7 @@
<div id="bottom-right-actions">
<button type="button" id="top-btn" class="minor">Top &uarr;</button>
[% IF user.id %]
- <button type="button" id="new-bug-btn" class="minor">New [% terms.Bug %] &#9662;</button>
+ <button type="button" id="new-bug-btn" class="minor">New/Clone [% terms.Bug %] &#9662;</button>
[% END %]
</div>
</div>