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

Backoffice Localisation

Former Member
0 Likes
269

Need to localize the unbound to other custom text.

On hovering unbound it shows hmc.unbound as key.

Where all do I need to make changes

I have extended CronJob like this :

 <typegroup name="customJob">
         <itemtype code="OrderCreationReportCronjob" extends="CronJob"
             autocreate="true" generate="true">
             <attributes>
                 <attribute qualifier="listOfAllSites" type="SiteLists">
                     <description>List of all sites</description>
                     <persistence type="property" />
                 </attribute>
         </itemtype>
 </typegroup>
 

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member469962
Contributor
0 Likes

Hi!

It is defined in platformbackoffice's labels with key "hmc.unbound"

You can create a custom backoffice extension and override the value of hmc.unbound with your custom value.
Hope this helps.

BR,
Shwetha