From 93a957bb1fdab02d9d5d6c17052f63105928a4ea Mon Sep 17 00:00:00 2001 From: karlchillmaid Date: Thu, 12 Jul 2018 15:50:22 +0100 Subject: [PATCH] Updated inconsistent use of - in double-sided Updated inconsistent use of - in double-sided --- app/templates/views/pricing.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/views/pricing.html b/app/templates/views/pricing.html index 2bc4f09cf..984a2e01e 100644 --- a/app/templates/views/pricing.html +++ b/app/templates/views/pricing.html @@ -109,7 +109,7 @@ ('5 sheets', '42', '57'), ] %} {% call row() %} - {% call row_heading() %} {{ sheets }} (double sided) {% endcall %} + {% call row_heading() %} {{ sheets }} (double-sided) {% endcall %} {{ text_field(central + 'p + VAT') }} {{ text_field(local + 'p + VAT') }} {% endcall %}