ESC- portal header menu, How to change Tours label in ESC portal?

Meroda Gezahegn
Tera Contributor

I want to rename the 'Tours' label in the ESC portal. Could you confirm which widget specifically contains this label? Alternatively, could you guide me through the steps to change it? I initially expected the header widget 'sp_rectangle_menu' to hold this label, but I couldn’t find this widget in the widgets table record.

tour.PNGcodes widget.PNG

1 REPLY 1

Martin Friedel
Mega Sage

Hello, you can find the declaration in a header record, not a widget. 

Name: Employee Center Header
Table: Header | Footer [sp_header_footer]
SysID: d0009941eb103010ed7966d6475228c1

Client controller, row 125: c.toursTranslation = "${Tours}";

tours.JPG

However, the correct way to modify the label is by creating a new UI Message record in Message table:

  1. Open table Message [sys_ui_message]
  2. Create a new record
    • Key: Tours
    • Language: English (or change it per your requirement)
    • Message: New label name
      UI_message.JPG

Looks fine đꙂ
New_label.JPG

If my answer helped you, please mark it as correct and helpful, thank you đź‘Ť
Martin