This is an automated email from the ASF dual-hosted git repository.

jleroux pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 2f3f451  Improved: Have a Menu in Catalog featuring actions to create 
the main objects (OFBIZ-11774)
2f3f451 is described below

commit 2f3f451a46d2c52ef1e8d27a422bbc74d9bd0295
Author: Jacques Le Roux <jacques.le.r...@les7arts.com>
AuthorDate: Tue Jan 25 12:21:00 2022 +0100

    Improved: Have a Menu in Catalog featuring actions to create the main 
objects (OFBIZ-11774)
    
    Fixes the use of commons label, specific labels are there for a reason!
---
 applications/product/widget/catalog/CatalogMenus.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/applications/product/widget/catalog/CatalogMenus.xml 
b/applications/product/widget/catalog/CatalogMenus.xml
index 6114a83..af6a68e 100644
--- a/applications/product/widget/catalog/CatalogMenus.xml
+++ b/applications/product/widget/catalog/CatalogMenus.xml
@@ -55,7 +55,7 @@ under the License.
             </condition>
             <link target="EditProductStore"/>
         </menu-item>
-        <menu-item name="newCatalog" title="${uiLabelMap.CommonNew} 
${uiLabelMap.Catalog}">
+        <menu-item name="newCatalog" title="${uiLabelMap.CommonNew} 
${uiLabelMap.ProductCatalog}">
             <condition>
                 <and>
                     <or>

Reply via email to