From 7c1aa4f1a6a15982f0b43d956e5b5a362fe83505 Mon Sep 17 00:00:00 2001 From: Juan Ferrer Toribio Date: Mon, 27 Sep 2021 14:39:49 +0200 Subject: [PATCH 1/2] Ceph mounts --- docker-compose.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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: From 19d3b19e5ad9ac25968f2fe2c90a16c76979e45e Mon Sep 17 00:00:00 2001 From: joan Date: Tue, 28 Sep 2021 09:59:00 +0200 Subject: [PATCH 2/2] Updated translation --- modules/ticket/front/sale/index.html | 2 +- modules/ticket/front/sale/locale/es.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/ticket/front/sale/index.html b/modules/ticket/front/sale/index.html index f0fc3aaf3..9fd1f76c9 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