- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2025 07:20 AM
Hi I need to change the text(Please wait while I connect you with a live agent.) in the agent chat window
i tried looking in to the messages(sys_ui_message) and property tables and i didn't find anything related can anyone help me out
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2025 12:56 AM
Hi Karun,
It is actually Translated Text, I18N debugging is showing that. Investigating a bit more, I found that the place to be is the sys_cs_live_agent_setup table. There you can easily change the value of the transfer_message field (which is of type Translated Text).
if your issue solved please mark this helpful.
Thanks in advance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2025 12:01 AM
Hi @Ankur Bawiskar
I’ve tried this — currently, we’re not passing any message here. Anyway, I followed your inputs, but the issue still persists and it's showing the same message.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2025 12:56 AM
Hi Karun,
It is actually Translated Text, I18N debugging is showing that. Investigating a bit more, I found that the place to be is the sys_cs_live_agent_setup table. There you can easily change the value of the transfer_message field (which is of type Translated Text).
if your issue solved please mark this helpful.
Thanks in advance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2025 01:36 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2025 01:38 AM
Hi @GN
Thank you so much! I followed your inputs, and it’s working now."