aboutsummaryrefslogtreecommitdiffstats
path: root/servo/templates/orders/products.html
diff options
context:
space:
mode:
Diffstat (limited to 'servo/templates/orders/products.html')
-rwxr-xr-xservo/templates/orders/products.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/servo/templates/orders/products.html b/servo/templates/orders/products.html
index 72540ab..e8185af 100755
--- a/servo/templates/orders/products.html
+++ b/servo/templates/orders/products.html
@@ -83,7 +83,7 @@
{% endwith %}
{% empty %}
<div class="row-fluid">
- <div class="span12 well empty"><h3 class="muted">{% trans "Order doesn't contain any products." %}</h3></div>
+ <div class="span12 well empty"><h3 class="muted">{% trans "Order doesn't contain any products" %}</h3></div>
</div>
{% endfor %}
</tbody>