diff options
author | Dylan Hardison <dylan@mozilla.com> | 2015-11-13 16:59:28 +0100 |
---|---|---|
committer | Dylan Hardison <dylan@mozilla.com> | 2015-11-13 16:59:28 +0100 |
commit | 2c3a83913a61f3d81020db658a5679741661d7ca (patch) | |
tree | 8f042efa69f1ddee513468c3d2ec69529f47ed21 /extensions/MozReview/template/en | |
parent | 771547cd05b0266e4e0cf5682bb0e350f931a3bd (diff) | |
download | bugzilla-2c3a83913a61f3d81020db658a5679741661d7ca.tar.gz bugzilla-2c3a83913a61f3d81020db658a5679741661d7ca.tar.xz |
Bug 1209625 - MozReview API Keys should use a more specific error message
Diffstat (limited to 'extensions/MozReview/template/en')
-rw-r--r-- | extensions/MozReview/template/en/default/hook/global/user-error-errors.html.tmpl | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/extensions/MozReview/template/en/default/hook/global/user-error-errors.html.tmpl b/extensions/MozReview/template/en/default/hook/global/user-error-errors.html.tmpl new file mode 100644 index 000000000..4599b8398 --- /dev/null +++ b/extensions/MozReview/template/en/default/hook/global/user-error-errors.html.tmpl @@ -0,0 +1,11 @@ +[%# This Source Code Form is subject to the terms of the Mozilla Public + # License, v. 2.0. If a copy of the MPL was not distributed with this + # file, You can obtain one at http://mozilla.org/MPL/2.0/. + # + # This Source Code Form is "Incompatible With Secondary Licenses", as + # defined by the Mozilla Public License, v. 2.0. + #%] + +[% IF error == "forbidden_method" %] + The requested method '[% method FILTER html %]' is not allowed to be called using the current API Key. +[% END %] |