# Greeting

## Greeting Text Update

> Parameters Required to update the greeting 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:”Support team”,message:”YOUR_MESSAGE”,language:”en”);
```
