cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

backoffice custom property label

0 Likes
1,191

It's a very stupid question, but I'm having a headache... How to define a custom label for an added property to the Customer in backoffice editor area? I've added "limitazioni" property to the B2BCustomer, in backoffice editor area I want to see a custom label instead of "B2BCustomer.limitazioni". TY

Accepted Solutions (1)

Accepted Solutions (1)

arvind-kumar_avinash
Active Contributor
0 Likes

Just add the following in yourextension/resources/localization/yourextension-locales_en.properties (choose the locale file as per your language):

 type.B2BCustomer.limitazioni.name=your custom label

and then update the system (either from hAC or by executing ant updatesystem )

0 Likes

Perfect, I forget the updatesystem!
Thank you very much!

arvind-kumar_avinash
Active Contributor
0 Likes

You are most welcome.

Answers (0)