From 741ce4c27407e5c2bf1c55982c9fffcc008f47d2 Mon Sep 17 00:00:00 2001 From: alexm Date: Mon, 8 Jan 2024 08:00:06 +0100 Subject: [PATCH] refs #6062 fix: invoiceOuts translation --- src/i18n/es/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/i18n/es/index.js b/src/i18n/es/index.js index 4b74bc685..ae3b8f553 100644 --- a/src/i18n/es/index.js +++ b/src/i18n/es/index.js @@ -371,7 +371,7 @@ export default { }, invoiceOut: { pageTitles: { - invoiceOuts: 'Crear factura', + invoiceOuts: 'Fact. emitidas', list: 'Listado', negativeBases: 'Bases Negativas', globalInvoicing: 'FacturaciĆ³n global',