From 829e35f75147ba3915906bf9183e8e70b4a447b7 Mon Sep 17 00:00:00 2001 From: Kohei Yoshino Date: Thu, 23 Apr 2020 11:02:16 -0400 Subject: [PATCH] Bug 1632038 - Remove number of people from bug update toast notification --- .../BugModal/template/en/default/bug/show-modal.html.tmpl | 2 -- 1 file changed, 2 deletions(-) diff --git a/extensions/BugModal/template/en/default/bug/show-modal.html.tmpl b/extensions/BugModal/template/en/default/bug/show-modal.html.tmpl index 5664921c2..030db5400 100644 --- a/extensions/BugModal/template/en/default/bug/show-modal.html.tmpl +++ b/extensions/BugModal/template/en/default/bug/show-modal.html.tmpl @@ -31,7 +31,6 @@ [% ELSE %] Changes submitted. [% END %] - [%+ PROCESS "bug/process/bugmail.html.tmpl" recipient_count = item.recipient_count %] [% END %] [% END %] [% END %] @@ -51,7 +50,6 @@ [% ELSE %] Attachment updated. [% END %] - [%+ PROCESS "bug/process/bugmail.html.tmpl" recipient_count = item.recipient_count %] [% END %] [% END %] [% END %] -- 2.47.3