diff --git a/mozilla/webtools/bugzilla/template/en/default/global/messages.html.tmpl b/mozilla/webtools/bugzilla/template/en/default/global/messages.html.tmpl index f72acff1a50..c8e4dd225a7 100644 --- a/mozilla/webtools/bugzilla/template/en/default/global/messages.html.tmpl +++ b/mozilla/webtools/bugzilla/template/en/default/global/messages.html.tmpl @@ -198,7 +198,11 @@
  • Name updated to '[% classification.name FILTER html %]'
  • [% END %] [% IF changes.description.defined %] -
  • Description updated to '[% classification.description FILTER html %]'
  • + [% IF classification.description %] +
  • Description updated to '[% classification.description FILTER html %]'
  • + [% ELSE %] +
  • Description removed
  • + [% END %] [% END %] [% IF changes.sortkey.defined %]
  • Sortkey updated to '[% classification.sortkey FILTER html %]'