'Sap Hybris advanced search label configuration

I wonder if is it possible change label of an field (Time created)in advanced search and how I do it. enter image description here

Thanks



Solution 1:[1]

Update this properties in your Backoffice extension:

hmc.creationtime=Creation time 

Solution 2:[2]

creationTime attribute is created under abstract type Item.

To change the label, have the below property in core extension project.properties and refresh BackOffice

type.item.creationtime.name=Time created

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Vega
Solution 2 Harisudha