# Tooltip

### Show value:

This variables will be visible in item Tooltip

```lua
Config.ShowValueFromItemInfo = {
    plate = true,
    owner = true,
    ammo = true,
    quality = true,
    serial = true,
}
```

<div align="left"><figure><img src="https://2088945756-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FkHcyR2RbVMcj5NHJ2HEa%2Fuploads%2FZZcUozNkrHrQyvAt4ELr%2Fimage.png?alt=media&#x26;token=8bc341ac-d888-4cdc-9567-bf1bd32e118e" alt=""><figcaption></figcaption></figure></div>

### Replace tooltip text:

For example, you have a key in item info named `black_money` and you want to relace this text in tooltip and show as `Black Money` you can do this by adding a translation in locales.

<figure><img src="https://2088945756-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FkHcyR2RbVMcj5NHJ2HEa%2Fuploads%2Ff60xWulkmkuiUcUW7HE7%2Fimage.png?alt=media&#x26;token=e96ec2a0-9fbb-478e-ad7e-8f0da1dc1175" alt=""><figcaption></figcaption></figure>
