fix(ui): hooks description rename

This commit is contained in:
nick-delirium 2023-01-27 17:14:20 +01:00
parent 312320961c
commit 52e683e958

View file

@ -52,7 +52,7 @@ function Webhooks() {
<div className="text-base text-disabled-text flex items-center my-3 px-5"> <div className="text-base text-disabled-text flex items-center my-3 px-5">
<Icon name="info-circle-fill" className="mr-2" size={16} /> <Icon name="info-circle-fill" className="mr-2" size={16} />
Leverage webhooks to push OpenReplay data to other systems. Leverage webhook notifications on alerts to trigger custom callbacks.
</div> </div>
<Loader loading={loading}> <Loader loading={loading}>