- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2024 07:13 AM
Hi,
I need to change the label from My Request to My Tickets on the Top right corner of the Employee Center portal.
Thank You
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2024 07:43 AM
@Snehal There are two ways to achieve this,
1. The difficult way: My Request menu item belongs to Employee Center Header widget.
One way to achieve this is to change the My Request text to My Ticket. However, this will let the OOTB widget customise and once customised it will be skipped during upgrade. This is not the recommended way
2. The easier route: There is another alternative available which is to create Message key in sys_ui_message table as follows.
Go to sys_ui_message
Create the UI Message Key as follows.
Once saved go back to esc portal as check My Requests has been replaced with My Tickets
Hope this helps.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2024 07:53 AM
Hi there,
Not sure why someone replied with that this is hardcoded... that's totally wrong 😁
Applying i18n debugging, within a few seconds you can locate if it's translatable or not:
(actually its not only about translations, you can also change English wording)
In this case the place to be... MSG: UI Message!
Read more on i18n debugging in this article I wrote a few years back.
- 2021-05-18 - Blog - Q: Help!!! (How) can I translate this? A: Have you had a look at I18N Debugging?
Kind regards,
Mark Roethof
Independent ServiceNow Consultant
10x ServiceNow MVP
---
~444 Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2024 03:25 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2024 07:38 AM - edited 01-16-2024 07:44 AM
Hello Snehal,
The label "My Requests" is unfortunately hardcoded in the widget so you can't edit this via the traditional menu items of the page. You would have to clone the widget and make the change directly in the code.
The solution noted in this post on adding a translation message, will may help you however:
https://www.servicenow.com/community/employee-center-forum/how-can-i-rename-my-requests-in-header-me...
If my post helped you, please click the accept solution button and hit the thumbs up! Thank you!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2024 07:43 AM
@Snehal There are two ways to achieve this,
1. The difficult way: My Request menu item belongs to Employee Center Header widget.
One way to achieve this is to change the My Request text to My Ticket. However, this will let the OOTB widget customise and once customised it will be skipped during upgrade. This is not the recommended way
2. The easier route: There is another alternative available which is to create Message key in sys_ui_message table as follows.
Go to sys_ui_message
Create the UI Message Key as follows.
Once saved go back to esc portal as check My Requests has been replaced with My Tickets
Hope this helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2024 03:25 AM
Thank You !! It Really Helped

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2024 07:53 AM
Hi there,
Not sure why someone replied with that this is hardcoded... that's totally wrong 😁
Applying i18n debugging, within a few seconds you can locate if it's translatable or not:
(actually its not only about translations, you can also change English wording)
In this case the place to be... MSG: UI Message!
Read more on i18n debugging in this article I wrote a few years back.
- 2021-05-18 - Blog - Q: Help!!! (How) can I translate this? A: Have you had a look at I18N Debugging?
Kind regards,
Mark Roethof
Independent ServiceNow Consultant
10x ServiceNow MVP
---
~444 Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field