This is an automated email from the ASF dual-hosted git repository. jleroux pushed a commit to branch release22.01 in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git
commit 5cb12eece0c8440271dd0fe3cfb43bdf757bdb9d Author: Jacques Le Roux <[email protected]> AuthorDate: Tue May 17 19:15:21 2022 +0200 Fixed: German Translation - Inv. Nr. (OFBIZ-12618) Correct abbreviation of invoice number - german. Thanks: Ingo Wolfmayr --- applications/accounting/config/AccountingUiLabels.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/accounting/config/AccountingUiLabels.xml b/applications/accounting/config/AccountingUiLabels.xml index 7c346282c0..a6e3efbb1c 100644 --- a/applications/accounting/config/AccountingUiLabels.xml +++ b/applications/accounting/config/AccountingUiLabels.xml @@ -7312,7 +7312,7 @@ <property key="AccountingInvNr"> <value xml:lang="ar">رقم الفاتورة</value> <value xml:lang="cs">Číslo faktury</value> - <value xml:lang="de">Inv.Nr</value> + <value xml:lang="de">Rg.Nr</value> <value xml:lang="en">Inv.Nr</value> <value xml:lang="es">Nr.Fact</value> <value xml:lang="es-CL">Factura N°</value>

