From 7bb734005d8b1ea66ae7c9cafae07b5b81a202e4 Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Tue, 28 Apr 2015 20:56:35 +0800 Subject: 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 --- .../template/en/default/hook/global/user-error-errors.html.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extensions/Needinfo/template/en/default') 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 %] -- cgit v1.2.3-24-g4f1b