diff options
author | David Lawrence <dkl@mozilla.com> | 2015-09-29 23:51:53 +0200 |
---|---|---|
committer | David Lawrence <dkl@mozilla.com> | 2015-09-29 23:51:53 +0200 |
commit | d9d7e95516bdc059f12b0d0f8bd0cb1048a01785 (patch) | |
tree | 582457503ce28ec42a7273e2541fb3877e17d7ae | |
parent | 03f7b9737ce4315fdb037ed10ea38e133da2aef9 (diff) | |
download | bugzilla-d9d7e95516bdc059f12b0d0f8bd0cb1048a01785.tar.gz bugzilla-d9d7e95516bdc059f12b0d0f8bd0cb1048a01785.tar.xz |
Bug 1209745: Update get_permissions.html.tmpl to reflect new self-canconfirm process
-rw-r--r-- | extensions/BMO/template/en/default/pages/get_permissions.html.tmpl | 12 |
1 files changed, 6 insertions, 6 deletions
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 b70aa488f..c62286af3 100644 --- a/extensions/BMO/template/en/default/pages/get_permissions.html.tmpl +++ b/extensions/BMO/template/en/default/pages/get_permissions.html.tmpl @@ -13,8 +13,8 @@ <h3>How to apply for upgraded permissions</h3> <p> - If you want <kbd>canconfirm</kbd>, email <a href="mailto:bmo-perms@mozilla.org"> - bmo-perms@mozilla.org</a> the URLs of three good [% terms.bug %] reports you have filed. + If you want <kbd>canconfirm</kbd>, you can add it yourself using + the <a href="page.cgi?id=triage_request.html">triage request form</a>. </p> <p> @@ -22,22 +22,22 @@ bmo-perms@mozilla.org</a> either: <ul> <li> - The URLs of two [% terms.bugs %] to which you have attached patches + The URLs of two [% terms.bugs %] to which you have attached patches or testcases; or </li> <li> - The URLs of the relevant comment on three [% terms.bugs %] which you + The URLs of the relevant comment on three [% terms.bugs %] which you wanted to change, but couldn't, and so added a comment instead. </li> </ul> </p> <p> - <kbd>editbugs</kbd> implies <kbd>canconfirm</kbd>; there's no need to apply for both. + <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 + Don't forget to include your [% terms.Bugzilla %] ID if it's not the email address you are emailing from. </p> |