- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2024 06:12 PM - edited 05-20-2024 06:13 PM
HI!
This is my inbox UI and only this Accept button doesn't translated.
I can't find 'Accept' record in
UI builder,
sys_translated,
sys_translated_text,
sys_documentation,
sys_choice
sys_ui_message
How can I translate that button?
Thanks!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2024 08:08 PM
Hi @commonDev,
It's most likely to be from the [sys_ui_message] table and if there is no record with a key value of 'accept', you can simply create one and set the language to KR.
If that doesn't work, try debugging the translation - https://docs.servicenow.com/bundle/washingtondc-platform-administration/page/administer/localization...
Cheers

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2024 06:29 PM - edited 05-20-2024 06:30 PM
Hi @commonDev is this from widget? if yes share the HTML code of button
did you look into sys_ui_messages?
Harish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2024 06:48 PM
Hi @Harish KM thank you for replying.
It is not the one I created. That image is from csm/fsm workspace inbox.
And i Checked sys_ui_messages but 'accept' record is not there.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2024 10:52 PM
Hi @commonDev ah okay i thought it is a widget, if you dont find it in sys ui message table you can create one and do the translation.
Harish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2024 08:08 PM
Hi @commonDev,
It's most likely to be from the [sys_ui_message] table and if there is no record with a key value of 'accept', you can simply create one and set the language to KR.
If that doesn't work, try debugging the translation - https://docs.servicenow.com/bundle/washingtondc-platform-administration/page/administer/localization...
Cheers