diff options
author | David Lawrence <dkl@mozilla.com> | 2017-02-06 17:03:47 +0100 |
---|---|---|
committer | David Lawrence <dkl@mozilla.com> | 2017-02-06 17:03:47 +0100 |
commit | fd01bab71562adc79c1f67d89b097caaf85a4853 (patch) | |
tree | ff7e2787cfe95bf18f0a3136b6703bb7d186ed93 /extensions/BMO/template/en/default/hook | |
parent | a7317dc144b515eef5f21a2bdbd4ea60a7134db5 (diff) | |
download | bugzilla-fd01bab71562adc79c1f67d89b097caaf85a4853.tar.gz bugzilla-fd01bab71562adc79c1f67d89b097caaf85a4853.tar.xz |
Bug 1237790 - The experimental user interface doesn't provide link to help of bug fields
Diffstat (limited to 'extensions/BMO/template/en/default/hook')
-rw-r--r-- | extensions/BMO/template/en/default/hook/global/user-error-error_message.html.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extensions/BMO/template/en/default/hook/global/user-error-error_message.html.tmpl b/extensions/BMO/template/en/default/hook/global/user-error-error_message.html.tmpl index c7fb31009..d5f0058ea 100644 --- a/extensions/BMO/template/en/default/hook/global/user-error-error_message.html.tmpl +++ b/extensions/BMO/template/en/default/hook/global/user-error-error_message.html.tmpl @@ -9,8 +9,8 @@ [% IF error == 'illegal_change' || error == 'illegal_change_deps' %] <p> If you are attempting to confirm an unconfirmed [% terms.bug %] or edit the - fields of a [% terms.bug %], <a href="page.cgi?id=get_permissions.html">find - out how to get the necessary permissions</a>. + fields of a [% terms.bug %], <a href="https://wiki.mozilla.org/BMO/UserGuide#Permissions_and_Groups"> + find out how to get the necessary permissions</a>. </p> [% END %] |