ESC- portal header menu, How to change Tours label in ESC portal?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-14-2025 11:45 PM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-15-2025 09:14 AM - edited ‎02-15-2025 01:24 PM
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}";
However, the correct way to modify the label is by creating a new UI Message record in Message table:
- Open table Message [sys_ui_message]
- Create a new record
- Key: Tours
- Language: English (or change it per your requirement)
- Message: New label name
Looks fine 🙂
If my answer helped you, please mark it as correct and helpful, thank you 👍
Martin