diff options
Diffstat (limited to 'template/en/default/email/bugmail-common.txt.tmpl')
-rw-r--r-- | template/en/default/email/bugmail-common.txt.tmpl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/template/en/default/email/bugmail-common.txt.tmpl b/template/en/default/email/bugmail-common.txt.tmpl index 2b56c68af..5d353598e 100644 --- a/template/en/default/email/bugmail-common.txt.tmpl +++ b/template/en/default/email/bugmail-common.txt.tmpl @@ -6,8 +6,6 @@ # defined by the Mozilla Public License, v. 2.0. #%] -[% PROCESS "global/field-descs.none.tmpl" %] - [% field_label = field_descs.${change.field_name} %] [% old_value = display_value(change.field_name, change.old) %] [% new_value = display_value(change.field_name, change.new) %] |