]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 1238573 - Change label of "New Bug" menu to "New/Clone Bug"
authorDavid Lawrence <dkl@mozilla.com>
Mon, 11 Jan 2016 16:37:34 +0000 (16:37 +0000)
committerDavid Lawrence <dkl@mozilla.com>
Mon, 11 Jan 2016 16:37:34 +0000 (16:37 +0000)
extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl

index c80c09f946831bfeffcac0782125a4c3177395b7..6495b8df1a146ff68f465c457500de45e43e2d35 100644 (file)
   <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>