diff options
author | David Lawrence <dkl@mozilla.com> | 2016-01-11 17:37:34 +0100 |
---|---|---|
committer | David Lawrence <dkl@mozilla.com> | 2016-01-11 17:37:34 +0100 |
commit | 819d4cda9bac979485812bfa3456ae00052682e6 (patch) | |
tree | 9c65e369083667b788d1d24e6faad2205be7302c /extensions | |
parent | 4b60281b9226e77e170936bfeba4373ba1cb137f (diff) | |
download | bugzilla-819d4cda9bac979485812bfa3456ae00052682e6.tar.gz bugzilla-819d4cda9bac979485812bfa3456ae00052682e6.tar.xz |
Bug 1238573 - Change label of "New Bug" menu to "New/Clone Bug"
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl | 2 |
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 ↑</button> [% IF user.id %] - <button type="button" id="new-bug-btn" class="minor">New [% terms.Bug %] ▾</button> + <button type="button" id="new-bug-btn" class="minor">New/Clone [% terms.Bug %] ▾</button> [% END %] </div> </div> |