diff options
author | KWierso <KWierso@users.noreply.github.com> | 2017-01-13 23:26:19 +0100 |
---|---|---|
committer | dklawren <dklawren@users.noreply.github.com> | 2017-01-13 23:26:19 +0100 |
commit | 68ec2dce72189b4699fd69f5716438075ff61fe9 (patch) | |
tree | 527906c28f1990a3c47b53c230657b0e53bf253e /extensions/BugModal | |
parent | 26e11147bee5323f6f7c8da9e8b573ead817121d (diff) | |
download | bugzilla-68ec2dce72189b4699fd69f5716438075ff61fe9.tar.gz bugzilla-68ec2dce72189b4699fd69f5716438075ff61fe9.tar.xz |
Bug 1330449 - Clarify "Edit" button
Diffstat (limited to 'extensions/BugModal')
-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 16550ae36..db64da192 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">Edit</span> + <span id="mode-btn-readonly" title="Enable editing fields for bug metadata">Edit Bug</span> <span id="mode-btn-loading"> <img id="edit-throbber" src="extensions/BugModal/web/throbber.gif" width="16" height="11"> Fetching |