aboutsummaryrefslogtreecommitdiffstats
path: root/servo/templates/orders/notes.html
diff options
context:
space:
mode:
Diffstat (limited to 'servo/templates/orders/notes.html')
-rwxr-xr-xservo/templates/orders/notes.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/servo/templates/orders/notes.html b/servo/templates/orders/notes.html
index 06cc61d..0e59e81 100755
--- a/servo/templates/orders/notes.html
+++ b/servo/templates/orders/notes.html
@@ -5,7 +5,7 @@
{% if not order.notes %}
<div class="row-fluid">
- <div class="span12 well empty"><h3 class="muted">{% trans "Order doesn't contain any notes." %}</h3></div>
+ <div class="span12 well empty"><h3 class="muted">{% trans "Order doesn't contain any notes" %}</h3></div>
</div>
{% endif %}