summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDylan Hardison <dylan@mozilla.com>2016-07-12 21:24:23 +0200
committerDylan Hardison <dylan@mozilla.com>2016-07-12 21:24:23 +0200
commit876f5eb2e01a22cd53e77744afca56f38ebf0678 (patch)
tree47843a5ffc81a880905153d3a3030c2d7d35e538
parentdc519b098fac5c18b3807e8a7dfd37334799c951 (diff)
downloadbugzilla-876f5eb2e01a22cd53e77744afca56f38ebf0678.tar.gz
bugzilla-876f5eb2e01a22cd53e77744afca56f38ebf0678.tar.xz
Bug 1283255 - typo in bug modal template (cf_points)
-rw-r--r--extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl b/extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl
index 89b1f521a..d9e970fe0 100644
--- a/extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl
+++ b/extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl
@@ -783,7 +783,7 @@
[% INCLUDE bug_modal/field.html.tmpl
field = bug_fields.cf_fx_points
field_type = bug_fields.cf_fx_points.type
- hide_on_view = bug.cf_points == ""
+ hide_on_view = bug.cf_fx_points == ""
%]
[% END %]