diff --git a/mails/en/backoffice_order.html b/mails/en/backoffice_order.html
index 1455ebcb3..3d20d66ae 100644
--- a/mails/en/backoffice_order.html
+++ b/mails/en/backoffice_order.html
@@ -22,7 +22,7 @@
| |
|
- Go on {backoffice_order} to finalize the payment.
+ Go on {order_link} to finalize the payment.
|
| |
diff --git a/mails/en/backoffice_order.txt b/mails/en/backoffice_order.txt
index 9670f2b43..df222d135 100644
--- a/mails/en/backoffice_order.txt
+++ b/mails/en/backoffice_order.txt
@@ -2,7 +2,7 @@ Hi {firstname} {lastname},
A new command has been generated to you.
-Go on {backoffice_order} to finalize the payment.
+Go on {order_link} to finalize the payment.
{shop_name} - {shop_url}
diff --git a/mails/fr/backoffice_order.html b/mails/fr/backoffice_order.html
index de2c749ec..fed362bba 100644
--- a/mails/fr/backoffice_order.html
+++ b/mails/fr/backoffice_order.html
@@ -22,7 +22,7 @@
| |
|
- Rendez vous sur {backoffice_order} pour finaliser le paiement.
+ Rendez vous sur {order_link} pour finaliser le paiement.
|
| |
diff --git a/mails/fr/backoffice_order.txt b/mails/fr/backoffice_order.txt
index b49410def..ca0965f31 100644
--- a/mails/fr/backoffice_order.txt
+++ b/mails/fr/backoffice_order.txt
@@ -2,7 +2,7 @@ Bonjour {firstname} {lastname},
Une nouvelle commande vous a été générée.
-Rendez vous sur cette adresse pour finaliser le paiement : {backoffice_order}
+Rendez vous sur cette adresse pour finaliser le paiement : {order_link}
{shop_name} - {shop_url}