diff --git a/dojo/templates/dojo/view_product_details.html b/dojo/templates/dojo/view_product_details.html index d3be7c45ae..cc216a79d9 100644 --- a/dojo/templates/dojo/view_product_details.html +++ b/dojo/templates/dojo/view_product_details.html @@ -473,7 +473,7 @@

0 %} {% if prod.revenue < 1000000 %}{{ prod.revenue|intcomma }}{% else %}{{ prod.revenue|intword }}{% endif %} {% else %} - {{ prod.user_records|notspecified }} + {{ prod.revenue|notspecified }} {% endif %} @@ -696,4 +696,4 @@