> For the complete documentation index, see [llms.txt](https://developer.acquire.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.acquire.io/widget/functioning-customization/settings/conversation-list-title.md).

# Conversation list title

## Conversation list title

> Parameters Required to update the greeting Introduction text
>
> 1. Source("Original Greeting Text Message")
> 2. Message("Provide the Message you want to update to")
> 3. Language("Provide the language code")

```
acquireIO.updateTranslated({source:”Your Conversations”,message:”YOUR_CONVERSATION_TITLE”,language:”en”});
```
