diff --git a/modules/ticket/front/sale/index.js b/modules/ticket/front/sale/index.js
index 6e11b6f4b9..85a862bbb4 100644
--- a/modules/ticket/front/sale/index.js
+++ b/modules/ticket/front/sale/index.js
@@ -377,6 +377,7 @@ class Controller extends Section {
         const params = {
             ticketFk: this.ticket.id,
             created: this.ticket.updated,
+            landed: this.ticket.landed,
             notAvailables
         };
         this.newSMS = {
diff --git a/modules/ticket/front/sale/locale/en.yml b/modules/ticket/front/sale/locale/en.yml
index ec7f541609..b418c086cb 100644
--- a/modules/ticket/front/sale/locale/en.yml
+++ b/modules/ticket/front/sale/locale/en.yml
@@ -1,3 +1,3 @@
 Product not available: >-
-    Verdnatura communicates: Your order {{ticketFk}} created on {{created | date: "dd/MM/yyyy"}}. 
+    Verdnatura communicates: Your order {{ticketFk}} with reception date on {{landed | date: "dd/MM/yyyy"}}. 
     {{notAvailables}} not available. Sorry for the inconvenience.
\ No newline at end of file
diff --git a/modules/ticket/front/sale/locale/es.yml b/modules/ticket/front/sale/locale/es.yml
index aab8ff493d..072e57534d 100644
--- a/modules/ticket/front/sale/locale/es.yml
+++ b/modules/ticket/front/sale/locale/es.yml
@@ -26,7 +26,7 @@ Destination ticket: Ticket destinatario
 Change ticket state to 'Ok': Cambiar estado del ticket a 'Ok'
 Reserved: Reservado
 Send shortage SMS: Enviar SMS faltas
-Product not available: "Verdnatura le comunica:\rPedido {{ticketFk}} día {{created | date: 'dd/MM/yyyy'}}.\r{{notAvailables}} no disponible/s.\rDisculpe las molestias."
+Product not available: "Verdnatura le comunica:\rPedido {{ticketFk}} con fecha recepción {{landed | date: 'dd/MM/yyyy'}}.\r{{notAvailables}} no disponible/s.\rDisculpe las molestias."
 Continue anyway?: ¿Continuar de todas formas?
 This ticket is now empty: El ticket ha quedado vacio
 Do you want to delete it?: ¿Quieres eliminarlo?