diff --git a/core/lib/Thelia/Config/Resources/routing/front.xml b/core/lib/Thelia/Config/Resources/routing/front.xml
index 5b26a6ed6..53a0408a0 100755
--- a/core/lib/Thelia/Config/Resources/routing/front.xml
+++ b/core/lib/Thelia/Config/Resources/routing/front.xml
@@ -117,22 +117,22 @@
Thelia\Controller\Front\OrderController::deliver
- order_delivery
+ order-delivery
Thelia\Controller\Front\DefaultController::noAction
- order_delivery
+ order-delivery
Thelia\Controller\Front\OrderController::invoice
- order_invoice
+ order-invoice
Thelia\Controller\Front\DefaultController::noAction
- order_invoice
+ order-invoice
@@ -141,7 +141,7 @@
Thelia\Controller\Front\OrderController::orderPlaced
- order_placed
+ order-placed
diff --git a/templates/default/order_delivery.html b/templates/default/order-delivery.html
similarity index 100%
rename from templates/default/order_delivery.html
rename to templates/default/order-delivery.html
diff --git a/templates/default/order_invoice.html b/templates/default/order-invoice.html
similarity index 100%
rename from templates/default/order_invoice.html
rename to templates/default/order-invoice.html
diff --git a/templates/default/order_placed.html b/templates/default/order-placed.html
similarity index 100%
rename from templates/default/order_placed.html
rename to templates/default/order-placed.html