0

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

Sandra Rossi
  • 11,934
  • 5
  • 22
  • 48

2 Answers2

0

Update this properties in your Backoffice extension:

hmc.creationtime=Creation time 
Vega
  • 27,856
  • 27
  • 95
  • 103
Raushan Kumar
  • 1,195
  • 12
  • 21
  • 1
    Please do not include 'fluff' in your posts, such as 'hi' or 'thank you' or 'please', etc. Remind also to use code formatting for code – Vega Mar 31 '22 at 12:32
0

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
Harisudha
  • 527
  • 5
  • 5