summaryrefslogtreecommitdiff
path: root/design/templates
diff options
context:
space:
mode:
authorluxagraf <sng@luxagraf.net>2015-11-21 03:22:17 +0000
committerluxagraf <sng@luxagraf.net>2015-11-21 03:22:17 +0000
commit0f61d46bd9185100a48328de5a3246442a363aa9 (patch)
treeb04a35b7e3556d63c975612c9530ab3083660a02 /design/templates
parentb92b326fbc5de8d668282e49c7277aeb97b50237 (diff)
fixed typo in template
Diffstat (limited to 'design/templates')
-rw-r--r--design/templates/admin/income_month.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/design/templates/admin/income_month.html b/design/templates/admin/income_month.html
index 8d2d3fe..c1dccbc 100644
--- a/design/templates/admin/income_month.html
+++ b/design/templates/admin/income_month.html
@@ -142,7 +142,7 @@
</table>
</div>
-<h2>{% trans "" %} {% with total_outstanding.total_payment|add:"-2000" as underover %}{% if underover > 0 %}${{underover}} more that budget{%else%}Need to generate another ${{underover|cut:"-"}} to cover expenses{%endif%}{%endwith%}</h2>
+<h2>{% trans "" %} {% with total_outstanding.total_payment|add:"-2000" as underover %}{% if underover > 0 %}${{underover}} more than budget{%else%}Need to generate another ${{underover|cut:"-"}} to cover expenses{%endif%}{%endwith%}</h2>
</div>