summaryrefslogtreecommitdiffstats
path: root/extensions/Needinfo/template
diff options
context:
space:
mode:
authorByron Jones <glob@mozilla.com>2015-04-28 14:56:35 +0200
committerByron Jones <glob@mozilla.com>2015-04-28 14:56:35 +0200
commit7bb734005d8b1ea66ae7c9cafae07b5b81a202e4 (patch)
tree869a9114c2251e634221343282c696aed7dc8b6c /extensions/Needinfo/template
parent2d50ce5613761739d6548b3145db9c963c52f59d (diff)
downloadbugzilla-7bb734005d8b1ea66ae7c9cafae07b5b81a202e4.tar.gz
bugzilla-7bb734005d8b1ea66ae7c9cafae07b5b81a202e4.tar.xz
Bug 1159166: When I ask for review from someone who is not accepting reviews, my red request count in the top left becomes their request count
Diffstat (limited to 'extensions/Needinfo/template')
-rw-r--r--extensions/Needinfo/template/en/default/hook/global/user-error-errors.html.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/Needinfo/template/en/default/hook/global/user-error-errors.html.tmpl b/extensions/Needinfo/template/en/default/hook/global/user-error-errors.html.tmpl
index 42d47e928..97c1672de 100644
--- a/extensions/Needinfo/template/en/default/hook/global/user-error-errors.html.tmpl
+++ b/extensions/Needinfo/template/en/default/hook/global/user-error-errors.html.tmpl
@@ -12,6 +12,6 @@
needinfo flag.
[% ELSIF error == "needinfo_blocked" %]
[% title = "Needinfo Request Blocked" %]
- [% user.identity FILTER html %] is not currently accepting "needinfo"
+ [% requestee.identity FILTER html %] is not currently accepting "needinfo"
requests.
[% END %]