From 25371ef97b3850b21d4af42333a95f2f6881a367 Mon Sep 17 00:00:00 2001 From: joan Date: Fri, 26 Nov 2021 09:06:58 +0100 Subject: [PATCH] Translation fix --- modules/invoiceOut/front/descriptor-menu/index.html | 2 +- modules/invoiceOut/front/descriptor-menu/locale/es.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/invoiceOut/front/descriptor-menu/index.html b/modules/invoiceOut/front/descriptor-menu/index.html index dbfd5fe82..3b30f891c 100644 --- a/modules/invoiceOut/front/descriptor-menu/index.html +++ b/modules/invoiceOut/front/descriptor-menu/index.html @@ -76,7 +76,7 @@ ng-click="$ctrl.showExportationLetter()" ng-show="$ctrl.invoiceOut.serial == 'E'" translate> - Show CIES letter + Show CITES letter diff --git a/modules/invoiceOut/front/descriptor-menu/locale/es.yml b/modules/invoiceOut/front/descriptor-menu/locale/es.yml index 01e58633b..9c99037f7 100644 --- a/modules/invoiceOut/front/descriptor-menu/locale/es.yml +++ b/modules/invoiceOut/front/descriptor-menu/locale/es.yml @@ -6,7 +6,7 @@ Delete Invoice: Eliminar factura Clone Invoice: Clonar factura Book invoice: Asentar factura Generate PDF invoice: Generar PDF factura -Show CIES letter: Ver carta CIES +Show CITES letter: Ver carta CITES InvoiceOut deleted: Factura eliminada Are you sure you want to delete this invoice?: Estas seguro de eliminar esta factura? Are you sure you want to clone this invoice?: Estas seguro de clonar esta factura?