diff options
author | Emma Humphries <emceeaich@users.noreply.github.com> | 2017-06-23 22:02:13 +0200 |
---|---|---|
committer | Dylan William Hardison <dylan@hardison.net> | 2017-07-07 00:19:10 +0200 |
commit | 54ae755585402c9e61fbf95618405d38b2d51051 (patch) | |
tree | 0f1580e1dd06823ed09bd3e36de9f0da70c9d808 | |
parent | e902d334e0fc9bfa8ea630799926fc7993255320 (diff) | |
download | bugzilla-54ae755585402c9e61fbf95618405d38b2d51051.tar.gz bugzilla-54ae755585402c9e61fbf95618405d38b2d51051.tar.xz |
Bug 1375950, remove unnecessary language in get_permissions.html
-rw-r--r-- | extensions/BMO/template/en/default/pages/etiquette.html.tmpl | 1 | ||||
-rw-r--r-- | extensions/BMO/template/en/default/pages/get_permissions.html.tmpl | 5 |
2 files changed, 0 insertions, 6 deletions
diff --git a/extensions/BMO/template/en/default/pages/etiquette.html.tmpl b/extensions/BMO/template/en/default/pages/etiquette.html.tmpl index 87dc6981c..2c25cb5e9 100644 --- a/extensions/BMO/template/en/default/pages/etiquette.html.tmpl +++ b/extensions/BMO/template/en/default/pages/etiquette.html.tmpl @@ -116,7 +116,6 @@ further evidence to support reopening a [% terms.bug %], do not post a comment arguing that a [% terms.bug %] resolved as INVALID or WONTFIX should be reopened. </li> - </ol> <h2>Responding to Violations</h2> diff --git a/extensions/BMO/template/en/default/pages/get_permissions.html.tmpl b/extensions/BMO/template/en/default/pages/get_permissions.html.tmpl index bcae28488..f4f801342 100644 --- a/extensions/BMO/template/en/default/pages/get_permissions.html.tmpl +++ b/extensions/BMO/template/en/default/pages/get_permissions.html.tmpl @@ -40,9 +40,4 @@ <kbd>editbugs</kbd> implies <kbd>canconfirm</kbd>; there's no need to apply for both. </p> -<p> - Don't forget to include your [% terms.Bugzilla %] ID if it's not the email address - you are emailing from. -</p> - [% PROCESS global/footer.html.tmpl %] |