> For the complete documentation index, see [llms.txt](https://docs.hello-lisa.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hello-lisa.com/developers/widgets/promo-widget/configuration-options/replay-deprecated.md).

# Replay (deprecated)

{% hint style="danger" %}
Deprecated!

Use Web SDK config localisation.alertRepalyCaption instead.
{% endhint %}

The optional replay option is the equivalent to the countdown setting. It allows you to set a caption, rendered underneath the title, for a show that is already conducted.

```typescript
const alertConfig: Partial<AlertConfig> = {
  replay: {
    caption: 'Watch again',
  },
};
```
