diff options
author | David Lawrence <dkl@mozilla.com> | 2017-01-13 23:50:02 +0100 |
---|---|---|
committer | David Lawrence <dkl@mozilla.com> | 2017-01-13 23:50:02 +0100 |
commit | 1ff9f80e8fc775561f56fce74d1c9fa19b22205e (patch) | |
tree | 6b82d1aa9cb8fdfe06be8817dfab69db1e15bead /extensions/BugModal/template | |
parent | f1ad5506428db19b46a7d95d956e6ce477019036 (diff) | |
download | bugzilla-1ff9f80e8fc775561f56fce74d1c9fa19b22205e.tar.gz bugzilla-1ff9f80e8fc775561f56fce74d1c9fa19b22205e.tar.xz |
Fix Bug 1330449 - Clarify Edit button - Failing t/009bugwords.t
Diffstat (limited to 'extensions/BugModal/template')
-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 db64da192..fe0a7d4fe 100644 --- a/extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl +++ b/extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl @@ -278,7 +278,7 @@ <div> <button type="button" id="cancel-btn" class="minor" style="display:none">Cancel</button> <button type="button" id="mode-btn" class="major"> - <span id="mode-btn-readonly" title="Enable editing fields for bug metadata">Edit Bug</span> + <span id="mode-btn-readonly" title="Enable editing fields for [% terms.bug %] metadata">Edit [% terms.Bug %]</span> <span id="mode-btn-loading"> <img id="edit-throbber" src="extensions/BugModal/web/throbber.gif" width="16" height="11"> Fetching |