diff options
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> |