diff --git a/docker-compose.yml b/docker-compose.yml
index f8d1c808b..1d80a4b62 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -29,9 +29,9 @@ services:
- source: print_local
target: /etc/salix/print.local.json
volumes:
- - /mnt/storage/pdfs:/var/lib/salix/pdfs
- - /mnt/storage/dms:/var/lib/salix/dms
- - /mnt/storage/image:/var/lib/salix/image
+ - /mnt/appdata/pdfs:/var/lib/salix/pdfs
+ - /mnt/appdata/dms:/var/lib/salix/dms
+ - /mnt/appdata/image:/var/lib/salix/image
deploy:
replicas: ${BACK_REPLICAS:?}
placement:
diff --git a/modules/ticket/front/sale/index.html b/modules/ticket/front/sale/index.html
index 31d68c8db..ff5ed8205 100644
--- a/modules/ticket/front/sale/index.html
+++ b/modules/ticket/front/sale/index.html
@@ -67,7 +67,7 @@
Price
Disc
Amount
- Packing
+ Packaging
diff --git a/modules/ticket/front/sale/locale/es.yml b/modules/ticket/front/sale/locale/es.yml
index c1a112817..92d8dfe28 100644
--- a/modules/ticket/front/sale/locale/es.yml
+++ b/modules/ticket/front/sale/locale/es.yml
@@ -35,4 +35,4 @@ Address: Dirección
Warehouse: Almacen
Agency: Agencia
Shipped: F. envio
-Packing: Encajado
\ No newline at end of file
+Packaging: Encajado
\ No newline at end of file