diff options
author | Sebastin Santy <sebastinssanty@gmail.com> | 2017-08-15 04:00:44 +0200 |
---|---|---|
committer | Dylan William Hardison <dylan@hardison.net> | 2017-08-15 04:00:44 +0200 |
commit | 1a35dbbc73f74efa955227a04acf74c465bd1e49 (patch) | |
tree | 81523ce3127e08997b8c049ba3a438476c254839 /extensions/BugModal/template | |
parent | e5ee36ba43a80554aceb04d6b6c4504c6d21e3fb (diff) | |
download | bugzilla-1a35dbbc73f74efa955227a04acf74c465bd1e49.tar.gz bugzilla-1a35dbbc73f74efa955227a04acf74c465bd1e49.tar.xz |
Bug 1387106 - UI tweaks and ideas
Diffstat (limited to 'extensions/BugModal/template')
-rw-r--r-- | extensions/BugModal/template/en/default/bug_modal/common_new_comment.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/BugModal/template/en/default/bug_modal/common_new_comment.html.tmpl b/extensions/BugModal/template/en/default/bug_modal/common_new_comment.html.tmpl index 184310277..80c42623b 100644 --- a/extensions/BugModal/template/en/default/bug_modal/common_new_comment.html.tmpl +++ b/extensions/BugModal/template/en/default/bug_modal/common_new_comment.html.tmpl @@ -32,7 +32,7 @@ <ul id="comment-tabs" role="tablist"> <li id="comment-edit-tab" data-focus="comment" role="tab" tabindex="0" aria-controls="comment-edit-tabpanel" aria-selected="true"> - Add Comment + Add Description </li> [%~ ~%] <li id="comment-preview-tab" role="tab" tabindex="-1" aria-controls="comment-preview-tabpanel" aria-selected="false"> |