diff --git a/views/orders.hbs b/views/orders.hbs
index e288581..73d812b 100644
--- a/views/orders.hbs
+++ b/views/orders.hbs
@@ -50,7 +50,7 @@
- View order - Date: {{formatDate this.orderDate "DD/MM/YYYY hh:mm"}} | Email: {{this.orderEmail}} | Last name: {{this.orderLastname}}
+ View order - Date: {{formatDate this.orderDate "DD/MM/YYYY hh:mm"}} | Email: {{this.orderEmail}} | Last name: {{this.orderLastname}}
{{/each}}