You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ofbiz.apache.org by "Pierre Smits (Jira)" <ji...@apache.org> on 2021/12/01 08:56:00 UTC

[jira] [Created] (OFBIZ-12425) Payment Applications shows wrong label translation

Pierre Smits created OFBIZ-12425:
------------------------------------

             Summary: Payment Applications shows wrong label translation
                 Key: OFBIZ-12425
                 URL: https://issues.apache.org/jira/browse/OFBIZ-12425
             Project: OFBiz
          Issue Type: Bug
          Components: accounting
    Affects Versions: Trunk
            Reporter: Pierre Smits


See: https://demo-trunk.ofbiz.apache.org/accounting/control/editPaymentApplications?paymentId=8004 compared to https://demo-stable.ofbiz.apache.org/accounting/control/editPaymentApplications?paymentId=8004

With changes committed under  [https://github.com/apache/ofbiz-framework/commit/4aa2d714328447787455abcd5887ca99bcbf1152] the label used changed, see below
{code:java}
-                                <container><label style="h1" text="${uiLabelMap.AccountingPayment} ${uiLabelMap.AccountingApplications}"/></container>
+                                <container><label style="h1" text="${uiLabelMap.AccountingPayment} ${uiLabelMap.AccountingPaymentsApplications}"/></container>
 {code}
giving the resulting change from 'Payment Applications' for the section/screenlet (as inline with the menu-item with translation 'Applications') to 'Payment Payments' 



--
This message was sent by Atlassian Jira
(v8.20.1#820001)